IVariableFactory Interface
Defines methods that can be used to create ILocalVariable objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCursorVariable(String^) | Creates an ICursorVariable object that has the specified name. |
![]() | CreateScalarVariable(String^, IScalarDataType^) | Creates an IScalarVariable object that has the specified name and data type. |
![]() | CreateTableVariable(String^, ITableDataType^) | Creates an ITableVariable object that has the specified name and data type. |
Show:
