SetMsxAccount メソッド (String, String)
マルチサーバー管理のマスタ サーバーへのログインに使用する、資格情報の名前を設定します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub SetMsxAccount ( _
account As String, _
password As String _
)
'使用
Dim instance As JobServer
Dim account As String
Dim password As String
instance.SetMsxAccount(account, password)
public void SetMsxAccount(
string account,
string password
)
public:
void SetMsxAccount(
String^ account,
String^ password
)
member SetMsxAccount :
account:string *
password:string -> unit
public function SetMsxAccount(
account : String,
password : String
)
パラメーター
- account
型: System. . :: . .String
SQL Server 認証ログイン名を示す String 値です。
- password
型: System. . :: . .String
SQL Server 認証パスワードを示す String 値です。
説明
このメソッドは、SQL Server 2000 でのみサポートされます。