SetMsxAccount メソッド (String)

マルチサーバー管理のマスタ サーバーへのログインに使用する、資格情報の名前を設定します。

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

構文

'宣言
Public Sub SetMsxAccount ( _
    credentialName As String _
)
'使用
Dim instance As JobServer
Dim credentialName As String

instance.SetMsxAccount(credentialName)
public void SetMsxAccount(
    string credentialName
)
public:
void SetMsxAccount(
    String^ credentialName
)
member SetMsxAccount : 
        credentialName:string -> unit 
public function SetMsxAccount(
    credentialName : String
)

パラメーター

説明

このメソッドは SQL Server 2005 で導入されました。