MasterKeyStatement.Password プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Password As Literal
'使用
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);
}
public function get Password () : Literal
public function set Password (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

MasterKeyStatement クラス

MasterKeyStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間