3.1.4.3.2.1.1.33 DBCC
The Database Consistency Check (DBCC) command<379> is used to check consistency of objects on the server. This command applies to databases that are in Multidimensional storage mode.
-
<xsd:complexType name="DBCC"> <xsd:all> <xsd:element name="Object" type="ObjectReference" minOccurs="0" maxOccurs="1"/> </xsd:all> </xsd:complexType>
The following table shows the XML elements included in the DBCC command.
Element |
Default value |
Description |
---|---|---|
Object |
Empty |
The object to check for consistency. The ObjectReference type is defined in section 3.1.4.3.2.1.1.1. |
The return result type for the DBCC command is xmla-e:emptyresult.