Compartilhar via


Classe IfStatement

Represents the if statement.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.IfStatement

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class IfStatement _
    Inherits TSqlStatement
'Uso
Dim instance As IfStatement
[SerializableAttribute]
public class IfStatement : TSqlStatement
[SerializableAttribute]
public ref class IfStatement : public TSqlStatement
[<SerializableAttribute>]
type IfStatement =  
    class 
        inherit TSqlStatement 
    end
public class IfStatement extends TSqlStatement

O tipo IfStatement expõe os membros a seguir.

Construtores

  Nome Descrição
Método público IfStatement Initializes a new instance of the IfStatement class.

Início

Propriedades

  Nome Descrição
Propriedade pública ElseStatement Gets the statement that will be executed if the predicate evaluates false. Optional, may be nulluma referência nula (Nothing no Visual Basic).
Propriedade pública FirstTokenIndex Gets or sets the first token index. (Herdado de TSqlFragment.)
Propriedade pública FragmentLength Gets the fragment length. (Herdado de TSqlFragment.)
Propriedade pública LastTokenIndex Gets or sets the last token index. (Herdado de TSqlFragment.)
Propriedade pública Predicate Gets the expression that is the predicate for the if statement. This should be a boolean expression.
Propriedade pública ScriptTokenStream Gets or sets a list of token streams. (Herdado de TSqlFragment.)
Propriedade pública StartColumn Gets the starting column. (Herdado de TSqlFragment.)
Propriedade pública StartLine Gets the starting line. (Herdado de TSqlFragment.)
Propriedade pública StartOffset Gets the fragment start offset value. (Herdado de TSqlFragment.)
Propriedade pública ThenStatement Gets the statement that will be executed if the predicate evaluates true.

Início

Métodos

  Nome Descrição
Método público Accept Accepts the visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).)
Método público AcceptChildren Accepts the visitor for Children. (Substitui TSqlStatement.AcceptChildren(TSqlFragmentVisitor).)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom