Propriedade do RDL ProxyAccount.CredentialIdentity
Gets the credential identity.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CredentialIdentity As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A String value that specifies the credential identity.
Comentários
The proxy account credential is required to allow the proxy account access to the subsystems for Microsoft SQL Server authenticated logins.
Exemplos
Agendando tarefas administrativas automáticas no SQL Server Agent
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Agent