Partager via


Propriété ProxyAccount.CredentialIdentity

Gets the credential identity.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CredentialIdentity As String 
    Get
'Utilisation
Dim instance As ProxyAccount 
Dim value As String 

value = instance.CredentialIdentity
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string CredentialIdentity { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ CredentialIdentity {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CredentialIdentity : string
function get CredentialIdentity () : String

Valeur de propriété

Type : System.String
A String value that specifies the credential identity.

Notes

The proxy account credential is required to allow the proxy account access to the subsystems for Microsoft SQL Server authenticated logins.

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

ProxyAccount Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)

sp_add_proxy (Transact-SQL)

sp_grant_proxy_to_subsystem (Transact-SQL)