Свойство 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