ProxyAccount.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.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

ProxyAccount 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)

sp_add_proxy(Transact-SQL)

sp_grant_proxy_to_subsystem(Transact-SQL)