このキーのオプションの一覧を取得します。
名前空間: 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>
このキーのオプションの一覧。