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.