Freigeben über


CreateSymmetricKeyStatement.KeyOptions-Eigenschaft

Ruft eine Liste mit Optionen für diesen Schlüssel ab.

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

Syntax

'Declaration
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
    Get
public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
    IList<KeyOption^>^ get ();
}
member KeyOptions : IList<KeyOption>
function get KeyOptions () : IList<KeyOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<KeyOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateSymmetricKeyStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace