次の方法で共有


ServerEvents.SetCredentials メソッド

Microsoft SQL Server のインスタンスに必要な資格情報を設定します。

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

構文

'宣言
Public Sub SetCredentials ( _
    username As String, _
    password As String _
)
'使用
Dim instance As ServerEvents 
Dim username As String 
Dim password As String

instance.SetCredentials(username, password)
public void SetCredentials(
    string username,
    string password
)
public:
void SetCredentials(
    String^ username, 
    String^ password
)
member SetCredentials : 
        username:string * 
        password:string -> unit
public function SetCredentials(
    username : String, 
    password : String
)

パラメーター

使用例

SMO イベントの処理

関連項目

参照

ServerEvents クラス

Microsoft.SqlServer.Management.Smo 名前空間