Compartir a través de


CreateSymmetricKeyStatement.KeyOptions Propiedad

Gets a list of options for this key.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
    Get
'Uso
Dim instance As CreateSymmetricKeyStatement 
Dim value As IList(Of KeyOption)

value = instance.KeyOptions
public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
    IList<KeyOption^>^ get ();
}
member KeyOptions : IList<KeyOption>
function get KeyOptions () : IList<KeyOption>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<KeyOption>
The list of options for this key.

Vea también

Referencia

CreateSymmetricKeyStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom