ITabularFactory.CreateTable 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.
Overloads
CreateTable(ITable) | |
CreateTable(ISchema, String) |
CreateTable(ITable)
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTable CreateTable (Microsoft.SqlServer.Management.SqlParser.Metadata.ITable table);
abstract member CreateTable : Microsoft.SqlServer.Management.SqlParser.Metadata.ITable -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTable
Public Function CreateTable (table As ITable) As IMutableTable
Parameters
- table
- ITable
Returns
Applies to
CreateTable(ISchema, String)
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTable CreateTable (Microsoft.SqlServer.Management.SqlParser.Metadata.ISchema schema, string name);
abstract member CreateTable : Microsoft.SqlServer.Management.SqlParser.Metadata.ISchema * string -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTable
Public Function CreateTable (schema As ISchema, name As String) As IMutableTable
Parameters
- schema
- ISchema
- name
- String