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.
- collationInfo
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo
The CollationInfo object that is used by the object.
Return Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTabular
An IMutableTabular object.
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace