Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.DbccCommand
The DBCC statement type.