ProviderEncryptionSource.KeyOptions Property

 

Applies To: SQL Server 2016 Preview

Gets a list of options for this key.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
    IList<KeyOption^>^ get();
}
member KeyOptions : IList<KeyOption> with get
Public ReadOnly Property KeyOptions As IList(Of KeyOption)

Property Value

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

A list of options for this key.

See Also

ProviderEncryptionSource Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top