ILocalVariable Interface
Defines a local variable or parameter.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | Gets the local variable data type. |
![]() | IsCursorVariable | Gets a value that indicates whether this is a cursor variable. |
![]() | IsParameter | Gets a value that indicates whether this is a parameter. |
![]() | IsScalarVariable | Gets a value that indicates whether this is a scalar variable. |
![]() | IsTableVariable | Gets a value that indicates whether this is a table variable. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

