DbccStatement.Command Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the DBCC statement type.

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

Syntax

public DbccCommand Command { get; set; }
public:
property DbccCommand Command {
    DbccCommand get();
    void set(DbccCommand value);
}
member Command : DbccCommand with get, set
Public Property Command As DbccCommand

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.DbccCommand

The DBCC statement type.

See Also

DbccStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top