Condividi tramite


Proprietà CreateSymmetricKeyStatement.KeyOptions

Ottiene un elenco di opzioni per la chiave.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateSymmetricKeyStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql