Partager via


Propriété ProviderEncryptionSource.KeyOptions

Gets a list of options for this key.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
    Get
'Utilisation
Dim instance As ProviderEncryptionSource 
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>

Valeur de propriété

Type : System.Collections.Generic.IList<KeyOption>
A list of options for this key.

Voir aussi

Référence

ProviderEncryptionSource Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom