IVariableFactory.CreateTableVariable(String, ITableDataType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SqlServer.Management.SqlParser.Metadata.ITableVariable CreateTableVariable (string name, Microsoft.SqlServer.Management.SqlParser.Metadata.ITableDataType dataType);
abstract member CreateTableVariable : string * Microsoft.SqlServer.Management.SqlParser.Metadata.ITableDataType -> Microsoft.SqlServer.Management.SqlParser.Metadata.ITableVariable
Public Function CreateTableVariable (name As String, dataType As ITableDataType) As ITableVariable
Parameters
- name
- String
- dataType
- ITableDataType