ISql90SymmetricKey.EncryptionAsymmetricKey プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property EncryptionAsymmetricKey As ISql90AsymmetricKey
'使用
Dim instance As ISql90SymmetricKey
Dim value As ISql90AsymmetricKey
value = instance.EncryptionAsymmetricKey
instance.EncryptionAsymmetricKey = value
ISql90AsymmetricKey EncryptionAsymmetricKey { get; set; }
property ISql90AsymmetricKey^ EncryptionAsymmetricKey {
ISql90AsymmetricKey^ get ();
void set (ISql90AsymmetricKey^ value);
}
function get EncryptionAsymmetricKey () : ISql90AsymmetricKey
function set EncryptionAsymmetricKey (value : ISql90AsymmetricKey)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90AsymmetricKey