ISql90SymmetricKey.EncryptionSymmetricKey Property

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

Syntax

'Declaration
Property EncryptionSymmetricKey As ISql90SymmetricKey
'Usage
Dim instance As ISql90SymmetricKey
Dim value As ISql90SymmetricKey

value = instance.EncryptionSymmetricKey

instance.EncryptionSymmetricKey = value
ISql90SymmetricKey EncryptionSymmetricKey { get; set; }
property ISql90SymmetricKey^ EncryptionSymmetricKey {
    ISql90SymmetricKey^ get ();
    void set (ISql90SymmetricKey^ value);
}
function get EncryptionSymmetricKey () : ISql90SymmetricKey
function set EncryptionSymmetricKey (value : ISql90SymmetricKey)

Property Value

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

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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