CredentialIdentity 속성
Gets the credential identity.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property CredentialIdentity As String
Get
‘사용 방법
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
속성 값
형식: System. . :: . .String
A String value that specifies the credential identity.
주의
The proxy account credential is required to allow the proxy account access to the subsystems for Microsoft SQL Server authenticated logins.