次の方法で共有


CreateAsymmetricKeyStatement.KeySource プロパティ

暗号化キーのソースを取得または設定します。

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

構文

'宣言
Public Property KeySource As EncryptionSource
'使用
Dim instance As CreateAsymmetricKeyStatement
Dim value As EncryptionSource

value = instance.KeySource

instance.KeySource = value
public EncryptionSource KeySource { get; set; }
public:
property EncryptionSource^ KeySource {
    EncryptionSource^ get ();
    void set (EncryptionSource^ value);
}
public function get KeySource () : EncryptionSource
public function set KeySource (value : EncryptionSource)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EncryptionSource
EncryptionSource を返します。

参照

参照

CreateAsymmetricKeyStatement クラス

CreateAsymmetricKeyStatement メンバ

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