ITabularFactory.CreateDerivedTable(String, CollationInfo) 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.IMutableTabular CreateDerivedTable (string name, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
abstract member CreateDerivedTable : string * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTabular
Public Function CreateDerivedTable (name As String, collationInfo As CollationInfo) As IMutableTabular
Parameters
- name
- String
- collationInfo
- CollationInfo