Partager via


ProviderEncryptionSource.KeyOptions, propriété

Obtient une liste d'options pour cette clé.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ProviderEncryptionSource Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms