다음을 통해 공유


CredentialID 속성

Gets the ID value that uniquely identifies the proxy agent credential.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CredentialID As Integer
    Get
‘사용 방법
Dim instance As ProxyAccount
Dim value As Integer

value = instance.CredentialID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int CredentialID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int CredentialID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CredentialID : int
function get CredentialID () : int

속성 값

유형: System. . :: . .Int32
An Int32 value that specifies the ID value that uniquely identifies the proxy account credential.

주의

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