共用方式為


DataType 建構 (XmlSchemaCollection)

Initializes a new instance of the DataType class based on a specified XML schema collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
'用途
Dim xmlSchemaCollection As XmlSchemaCollection

Dim instance As New DataType(xmlSchemaCollection)
public DataType(
    XmlSchemaCollection xmlSchemaCollection
)
public:
DataType(
    XmlSchemaCollection^ xmlSchemaCollection
)
new : 
        xmlSchemaCollection:XmlSchemaCollection -> DataType
public function DataType(
    xmlSchemaCollection : XmlSchemaCollection
)

參數