CredentialIdentity propriété
Gets the credential identity.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property CredentialIdentity As String
Get
'Utilisation
Dim instance As ProxyAccount
Dim value As String
value = instance.CredentialIdentity
[SfcPropertyAttribute]
public string CredentialIdentity { get; }
[SfcPropertyAttribute]
public:
property String^ CredentialIdentity {
String^ get ();
}
[<SfcPropertyAttribute>]
member CredentialIdentity : string
function get CredentialIdentity () : String
Valeur de la 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.