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
)
參數
- xmlSchemaCollection
型別:Microsoft.SqlServer.Management.Smo. . :: . .XmlSchemaCollection
A XmlSchemaCollection object variable that specifies an XML schema collection.