次の方法で共有


MasterKeyStatement.Password プロパティ

パスワードを取得または設定します。 これは文字列型のリテラルです。

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

構文

'宣言
Public Property Password As Literal 
    Get 
    Set
'使用
Dim instance As MasterKeyStatement 
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
パスワード。

関連項目

参照

MasterKeyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間