SetVariableStatement Class
Represents the set @local_variable statement.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.SetVariableStatement
Name | Description | |
---|---|---|
![]() | SetVariableStatement() | Initializes a new instance of the SetVariableStatement class. |
Name | Description | |
---|---|---|
![]() | AssignmentKind | Gets or sets the assignment operator used. |
![]() | CursorDefinition | Gets or sets the cursor - if not null, then Expression has to be null. |
![]() | Expression | Gets or sets the expression that the variable is going to be set. Can be null in case of cursor. |
![]() | FirstTokenIndex | Gets or sets the first token index.(Inherited from TSqlFragment.) |
![]() | FragmentLength | Gets the fragment length.(Inherited from TSqlFragment.) |
![]() | FunctionCallExists | Gets or sets a value that indicates whether the column identifiers end with a function call. |
![]() | Identifier | Gets or sets the identifier that can represent the property, field or method. Optional, may be null. |
![]() | LastTokenIndex | Gets or sets the last token index.(Inherited from TSqlFragment.) |
![]() | Parameters | Gets or sets the parameters to the function. |
![]() | ScriptTokenStream | Gets or sets a list of token streams.(Inherited from TSqlFragment.) |
![]() | SeparatorType | Gets or sets the separator. |
![]() | StartColumn | Gets the starting column.(Inherited from TSqlFragment.) |
![]() | StartLine | Gets the starting line.(Inherited from TSqlFragment.) |
![]() | StartOffset | Gets the fragment start offset value.(Inherited from TSqlFragment.) |
![]() | Variable | Gets or sets the variable that is going to be set. |
Name | Description | |
---|---|---|
![]() | Accept(TSqlFragmentVisitor) | Accepts visitor.(Overrides TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() | AcceptChildren(TSqlFragmentVisitor) | Accepts visitor for Children.(Overrides TSqlStatement.AcceptChildren(TSqlFragmentVisitor).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.