Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.