共用方式為


CreateSymmetricKeyStatement.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 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>
The list of options for this key.

請參閱

參考

CreateSymmetricKeyStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間