Dela via


ISql100DatabaseEncryptionKey.AsymmetricKey Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property AsymmetricKey As ISql100AsymmetricKey
'Usage
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100AsymmetricKey

.NET Framework Security

See Also

Reference

ISql100DatabaseEncryptionKey Interface

ISql100DatabaseEncryptionKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace