Compartir a través de


Clase SetVariableStatement

Represents the set @local\_variable statement.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class SetVariableStatement _
    Inherits TSqlStatement
'Uso
Dim instance As SetVariableStatement
[SerializableAttribute]
public class SetVariableStatement : TSqlStatement
[SerializableAttribute]
public ref class SetVariableStatement : public TSqlStatement
[<SerializableAttribute>]
type SetVariableStatement =  
    class 
        inherit TSqlStatement 
    end
public class SetVariableStatement extends TSqlStatement

El tipo SetVariableStatement expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SetVariableStatement Initializes a new instance of the SetVariableStatement class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AssignmentKind Gets or sets the assignment operator used.
Propiedad pública CursorDefinition Gets or sets the cursor - if not nulles una referencia NULL (Nothing en Visual Basic)., then Expression has to be nulles una referencia NULL (Nothing en Visual Basic)..
Propiedad pública Expression Gets or sets the expression that the variable is going to be set. Can be nulles una referencia NULL (Nothing en Visual Basic). in case of cursor.
Propiedad pública FirstTokenIndex Gets or sets the first token index. (Se hereda de TSqlFragment.)
Propiedad pública FragmentLength Gets the fragment length. (Se hereda de TSqlFragment.)
Propiedad pública FunctionCallExists Gets or sets a value that indicates whether the column identifiers end with a function call.
Propiedad pública Identifier Gets or sets the identifier that can represent the property, field or method. Optional, may be nulles una referencia NULL (Nothing en Visual Basic)..
Propiedad pública LastTokenIndex Gets or sets the last token index. (Se hereda de TSqlFragment.)
Propiedad pública Parameters Gets or sets the parameters to the function.
Propiedad pública ScriptTokenStream Gets or sets a list of token streams. (Se hereda de TSqlFragment.)
Propiedad pública SeparatorType Gets or sets the separator.
Propiedad pública StartColumn Gets the starting column. (Se hereda de TSqlFragment.)
Propiedad pública StartLine Gets the starting line. (Se hereda de TSqlFragment.)
Propiedad pública StartOffset Gets the fragment start offset value. (Se hereda de TSqlFragment.)
Propiedad pública Variable Gets or sets the variable that is going to be set.

Arriba

Métodos

  Nombre Descripción
Método público Accept Accepts visitor. (Invalida TSqlFragment.Accept(TSqlFragmentVisitor).)
Método público AcceptChildren Accepts visitor for Children. (Invalida TSqlStatement.AcceptChildren(TSqlFragmentVisitor).)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom