Share via


ITabularFactory.CreateDmlTableSource Method

Creates a DML table source object that has the specified name and columns.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Function CreateDmlTableSource ( _
    name As String, _
    collationInfo As CollationInfo _
) As IMutableTabular
'Usage
Dim instance As ITabularFactory 
Dim name As String 
Dim collationInfo As CollationInfo 
Dim returnValue As IMutableTabular 

returnValue = instance.CreateDmlTableSource(name, _
    collationInfo)
IMutableTabular CreateDmlTableSource(
    string name,
    CollationInfo collationInfo
)
IMutableTabular^ CreateDmlTableSource(
    String^ name, 
    CollationInfo^ collationInfo
)
abstract CreateDmlTableSource : 
        name:string * 
        collationInfo:CollationInfo -> IMutableTabular
function CreateDmlTableSource(
    name : String, 
    collationInfo : CollationInfo
) : IMutableTabular

Parameters

  • name
    Type: System.String
    The name of the DML table source to create.

Return Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTabular
An IMutableTabular object.

See Also

Reference

ITabularFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace