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 네임스페이스