Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DBCC statement type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Command As DbccCommand
Get
Set
'Usage
Dim instance As DbccStatement
Dim value As DbccCommand
value = instance.Command
instance.Command = value
public DbccCommand Command { get; set; }
public:
property DbccCommand Command {
DbccCommand get ();
void set (DbccCommand value);
}
member Command : DbccCommand with get, set
function get Command () : DbccCommand
function set Command (value : DbccCommand)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DbccCommand
The DBCC statement type.