adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / DatabaseCredentials Property


In This Topic
    DatabaseCredentials Property
    In This Topic
    The database credentials to use
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property DatabaseCredentials As CredentialProfile
    [CanBeNull()]
    public CredentialProfile DatabaseCredentials {get; set;}
    [CanBeNull()]
    public:
    property CredentialProfile^ DatabaseCredentials {
       CredentialProfile^ get();
       void set (    CredentialProfile^ value);
    }
    Remarks
    Set to a null reference (Nothing in Visual Basic) to use integrated security (uses the identity that the job is running under).
    See Also