Compartir a través de


ProviderEncryptionSource.KeyOptions (Propiedad)

Obtiene una lista de opciones para esta clave.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ProviderEncryptionSource Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)