次の方法で共有


CertificateStatementBase.EncryptionPassword プロパティ

暗号化パスワードを取得または設定します。

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

構文

'宣言
Public Property EncryptionPassword As Literal 
    Get 
    Set
'使用
Dim instance As CertificateStatementBase 
Dim value As Literal 

value = instance.EncryptionPassword

instance.EncryptionPassword = value
public Literal EncryptionPassword { get; set; }
public:
virtual property Literal^ EncryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
abstract EncryptionPassword : Literal with get, set 
override EncryptionPassword : Literal with get, set
final function get EncryptionPassword () : Literal 
final function set EncryptionPassword (value : Literal)

プロパティ値

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

関連項目

参照

CertificateStatementBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間