次の方法で共有


CreateSymmetricKeyStatement.KeyOptions プロパティ

このキーのオプションの一覧を取得します。

名前空間:  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 CreateSymmetricKeyStatement 
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>
このキーのオプションの一覧。

関連項目

参照

CreateSymmetricKeyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間