DbccStatement.Options Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the DBCC statement options.

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

Syntax

public IList<DbccOption> Options { get; }
public:
property IList<DbccOption^>^ Options {
    IList<DbccOption^>^ get();
}
member Options : IList<DbccOption> with get
Public ReadOnly Property Options As IList(Of DbccOption)

Property Value

Type: System.Collections.Generic.IList<DbccOption>

The DBCC statement options.

See Also

DbccStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top