Classe DbccStatement
Represents DBCC statement (all variants).
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.DbccStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DbccStatement _
Inherits TSqlStatement
'Uso
Dim instance As DbccStatement
[SerializableAttribute]
public class DbccStatement : TSqlStatement
[SerializableAttribute]
public ref class DbccStatement : public TSqlStatement
[<SerializableAttribute>]
type DbccStatement =
class
inherit TSqlStatement
end
public class DbccStatement extends TSqlStatement
O tipo DbccStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DbccStatement | Initializes a new instance of the DbccStatement class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Command | Gets or sets the DBCC statement type. | |
DllName | Gets or sets the DLL name in the case of a FREE command. Note, that actual presence of FREE keyword is not checked by parser. | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
Literals | Gets a list of named literals. | |
Options | Gets or sets the DBCC statement options. | |
OptionsUseJoin | Gets or sets a value that indicates whether the DBCC options are specified using JOIN. | |
ParenthesisRequired | Gets or sets a value that indicates whether empty parentheses are required, even if there were no literals. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts a visit from the specified visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts a visit for the Children from the specified visitor. (Substitui TSqlStatement.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.