次の方法で共有


SMOServerConn.Password プロパティ

定義

Windows 認証を使用しない場合、接続のパスワードを設定します。

public:
 property System::String ^ Password {  void set(System::String ^ value); };
public string Password { set; }
member this.Password : string
Public Property Password As String

プロパティ値

接続のパスワードを指定する文字列。

注釈

Windows 認証を使用しない場合、接続に使用するパスワードを入力する必要があります。

適用対象