次の方法で共有


PasswordCreateLoginSource.Password プロパティ

パスワードを取得または設定します。 バイナリまたは文字列のどちらかです。

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

構文

'宣言
Public Property Password As Literal 
    Get 
    Set
'使用
Dim instance As PasswordCreateLoginSource 
Dim value As Literal 

value = instance.Password

instance.Password = value
public Literal Password { get; set; }
public:
property Literal^ Password {
    Literal^ get ();
    void set (Literal^ value);
}
member Password : Literal with get, set
function get Password () : Literal 
function set Password (value : Literal)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
パスワード。

関連項目

参照

PasswordCreateLoginSource クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間