Condividi tramite


Proprietà DbccStatement.Options

Gets or sets the DBCC statement options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of DbccOption)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<DbccOption>
The DBCC statement options.

Vedere anche

Riferimento

DbccStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom