ProxyAccount プロパティ

SQL Server のインスタンスに関連付けられたプロキシ アカウントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)> _
Public ReadOnly Property ProxyAccount As ServerProxyAccount
    Get
'使用
Dim instance As Server
Dim value As ServerProxyAccount

value = instance.ProxyAccount
[SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)]
public ServerProxyAccount ProxyAccount { get; }
[SfcObjectAttribute(SfcObjectRelationship::Object, SfcObjectCardinality::One)]
public:
property ServerProxyAccount^ ProxyAccount {
    ServerProxyAccount^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.One)>]
member ProxyAccount : ServerProxyAccount
function get ProxyAccount () : ServerProxyAccount

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ServerProxyAccount
SQL Server のインスタンスに関連付けられたプロキシ アカウントを示す ServerProxyAccount オブジェクトです。

説明

プロキシ アカウントは、SQL Server エージェントのジョブ ステップを実行できるセキュリティ コンテキストを定義します。ProxyAccount プロパティは ServerProxyAccount オブジェクトを参照しています。このオブジェクトは、SQL Server エージェントのインスタンスが使用するプロキシ アカウントを指定します。