次の方法で共有


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
)

パラメーター