adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DatabaseConnectionSettings Class / CredentialProfileOID Field


In This Topic
    CredentialProfileOID Field
    In This Topic
    The OID of the CredentialProfile representing the account to connect with.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public CredentialProfileOID As OID
    [DataMember()]
    public OID CredentialProfileOID
    [DataMember()]
    public:
    OID^ CredentialProfileOID
    Remarks
    A CredentialProfile must be specified. If UseIntegratedSecurity is True, the profile should be the profile that the job will use. If UseIntegratedSecurity is False, the profile should be the profile representing the database credentials.
    See Also