ProviderEncryptionSource.KeyOptions 属性

Gets a list of options for this key.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
    Get
用法
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>

属性值

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

请参阅

参考

ProviderEncryptionSource 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间