ISql100DatabaseEncryptionKey.AsymmetricKey プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property AsymmetricKey As ISql100AsymmetricKey
'使用
Dim instance As ISql100DatabaseEncryptionKey
Dim value As ISql100AsymmetricKey
value = instance.AsymmetricKey
instance.AsymmetricKey = value
ISql100AsymmetricKey AsymmetricKey { get; set; }
property ISql100AsymmetricKey^ AsymmetricKey {
ISql100AsymmetricKey^ get ();
void set (ISql100AsymmetricKey^ value);
}
function get AsymmetricKey () : ISql100AsymmetricKey
function set AsymmetricKey (value : ISql100AsymmetricKey)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100AsymmetricKey
参照
参照
ISql100DatabaseEncryptionKey インターフェイス