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.