Dela via


ISql90SymmetricKey.EncryptionSymmetricKeys Property

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

Syntax

'Declaration
ReadOnly Property EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
'Usage
Dim instance As ISql90SymmetricKey 
Dim value As IList(Of ISql90SymmetricKey)

value = instance.EncryptionSymmetricKeys
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
    IList<ISql90SymmetricKey^>^ get ();
}
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>

Property Value

Type: System.Collections.Generic.IList<ISql90SymmetricKey>

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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