SetVariableStatement Class

Represents the set @local\_variable statement.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SetVariableStatement _
    Inherits TSqlStatement
'Usage
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

The SetVariableStatement type exposes the following members.

Constructors

  Name Description
Public method SetVariableStatement Initializes a new instance of the SetVariableStatement class.

Top

Properties

  Name Description
Public property AssignmentKind Gets or sets the assignment operator used.
Public property CursorDefinition Gets or sets the cursor - if not nulla null reference (Nothing in Visual Basic), then Expression has to be nulla null reference (Nothing in Visual Basic).
Public property Expression Gets or sets the expression that the variable is going to be set. Can be nulla null reference (Nothing in Visual Basic) in case of cursor.
Public property FirstTokenIndex Gets or sets the first token index. (Inherited from TSqlFragment.)
Public property FragmentLength Gets the fragment length. (Inherited from TSqlFragment.)
Public property FunctionCallExists Gets or sets a value that indicates whether the column identifiers end with a function call.
Public property Identifier Gets or sets the identifier that can represent the property, field or method. Optional, may be nulla null reference (Nothing in Visual Basic).
Public property LastTokenIndex Gets or sets the last token index. (Inherited from TSqlFragment.)
Public property Parameters Gets or sets the parameters to the function.
Public property ScriptTokenStream Gets or sets a list of token streams. (Inherited from TSqlFragment.)
Public property SeparatorType Gets or sets the separator.
Public property StartColumn Gets the starting column. (Inherited from TSqlFragment.)
Public property StartLine Gets the starting line. (Inherited from TSqlFragment.)
Public property StartOffset Gets the fragment start offset value. (Inherited from TSqlFragment.)
Public property Variable Gets or sets the variable that is going to be set.

Top

Methods

  Name Description
Public method Accept Accepts visitor. (Overrides TSqlFragment.Accept(TSqlFragmentVisitor).)
Public method AcceptChildren Accepts visitor for Children. (Overrides TSqlStatement.AcceptChildren(TSqlFragmentVisitor).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.SqlServer.TransactSql.ScriptDom Namespace