Partager via


Classe SetVariableStatement

Represents the set @local\_variable statement.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class SetVariableStatement _
    Inherits TSqlStatement
'Utilisation
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

Le type SetVariableStatement expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SetVariableStatement Initializes a new instance of the SetVariableStatement class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AssignmentKind Gets or sets the assignment operator used.
Propriété publique CursorDefinition Gets or sets the cursor - if not nullune référence Null (Nothing dans Visual Basic), then Expression has to be nullune référence Null (Nothing dans Visual Basic).
Propriété publique Expression Gets or sets the expression that the variable is going to be set. Can be nullune référence Null (Nothing dans Visual Basic) in case of cursor.
Propriété publique FirstTokenIndex Gets or sets the first token index. (hérité de TSqlFragment.)
Propriété publique FragmentLength Gets the fragment length. (hérité de TSqlFragment.)
Propriété publique FunctionCallExists Gets or sets a value that indicates whether the column identifiers end with a function call.
Propriété publique Identifier Gets or sets the identifier that can represent the property, field or method. Optional, may be nullune référence Null (Nothing dans Visual Basic).
Propriété publique LastTokenIndex Gets or sets the last token index. (hérité de TSqlFragment.)
Propriété publique Parameters Gets or sets the parameters to the function.
Propriété publique ScriptTokenStream Gets or sets a list of token streams. (hérité de TSqlFragment.)
Propriété publique SeparatorType Gets or sets the separator.
Propriété publique StartColumn Gets the starting column. (hérité de TSqlFragment.)
Propriété publique StartLine Gets the starting line. (hérité de TSqlFragment.)
Propriété publique StartOffset Gets the fragment start offset value. (hérité de TSqlFragment.)
Propriété publique Variable Gets or sets the variable that is going to be set.

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept Accepts visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).)
Méthode publique AcceptChildren Accepts visitor for Children. (remplace TSqlStatement.AcceptChildren(TSqlFragmentVisitor).)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom