CredentialIdentity プロパティ
資格情報 ID を取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CredentialIdentity As String
Get
'使用
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
プロパティ値
型: System. . :: . .String
資格情報の ID を示す String 値です。
説明
Microsoft SQL Server の認証ログインでは、プロキシ アカウントがサブシステムにアクセスするには、プロキシ アカウントの資格情報が必要です。