Свойство DbccStatement.Options

Gets or sets the DBCC statement options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of DbccOption)
    Get
'Применение
Dim instance As DbccStatement 
Dim value As IList(Of DbccOption)

value = instance.Options
public IList<DbccOption> Options { get; }
public:
property IList<DbccOption^>^ Options {
    IList<DbccOption^>^ get ();
}
member Options : IList<DbccOption>
function get Options () : IList<DbccOption>

Значение свойства

Тип: System.Collections.Generic.IList<DbccOption>
The DBCC statement options.

См. также

Справочник

DbccStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom