Dela via


DbccStatement Class

Represents the DBCC statement (all variants).

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbccStatement _
    Inherits TSqlStatement
'Usage
Dim instance As DbccStatement
[SerializableAttribute]
public class DbccStatement : TSqlStatement
[SerializableAttribute]
public ref class DbccStatement : public TSqlStatement
public class DbccStatement extends TSqlStatement

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.DbccStatement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbccStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace