IDataTypeFactory.CreateTableDataType 메서드

Creates an ITableDataType object that uses the specified name and uses the specified CollationInfo object in creating object collections.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function CreateTableDataType ( _
    name As String, _
    collationInfo As CollationInfo _
) As IMutableTableDataType
‘사용 방법
Dim instance As IDataTypeFactory 
Dim name As String 
Dim collationInfo As CollationInfo 
Dim returnValue As IMutableTableDataType 

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

매개 변수

  • name
    유형: System.String
    The name of the table data type object.

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTableDataType
An ITableDataType object that uses the specified name and uses the specified CollationInfo object in creating object collections.

참고 항목

참조

IDataTypeFactory 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스