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.
The Database Consistency Check (DBCC) command<392> 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.