ProxyAccount コンストラクター (JobServer, String, String, Boolean, String)
指定した SQL Server エージェント サービスで、指定した名前と資格情報を使用して ProxyAccount クラスの新しいインスタンスを初期化します。また、プロキシ アカウントが有効かどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
jobServer As JobServer, _
proxyName As String, _
credentialName As String, _
enabled As Boolean, _
description As String _
)
'使用
Dim jobServer As JobServer
Dim proxyName As String
Dim credentialName As String
Dim enabled As Boolean
Dim description As String
Dim instance As New ProxyAccount(jobServer, _
proxyName, credentialName, enabled, _
description)
public ProxyAccount(
JobServer jobServer,
string proxyName,
string credentialName,
bool enabled,
string description
)
public:
ProxyAccount(
JobServer^ jobServer,
String^ proxyName,
String^ credentialName,
bool enabled,
String^ description
)
new :
jobServer:JobServer *
proxyName:string *
credentialName:string *
enabled:bool *
description:string -> ProxyAccount
public function ProxyAccount(
jobServer : JobServer,
proxyName : String,
credentialName : String,
enabled : boolean,
description : String
)
パラメーター
- jobServer
型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobServer
SQL Server エージェント サービスを示す JobServer オブジェクトです。
- proxyName
型: System. . :: . .String
プロキシ アカウントの名前を示す String 値です。
- credentialName
型: System. . :: . .String
資格情報の名前を示す String 値です。
- enabled
型: System. . :: . .Boolean
プロキシ アカウントが有効かどうかを示す Boolean 値です。
- description
型: System. . :: . .String
プロキシ アカウントの説明テキストを表す String 値です。