Delen via


DbccStatement.Options Property

Gets or sets the DBCC statement options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Property Value

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

See Also

Reference

DbccStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace