DataType Constructor (XmlSchemaCollection)
Initializes a new instance of the DataType class based on a specified XML schema collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
xmlSchemaCollection As XmlSchemaCollection _
)
public DataType (
XmlSchemaCollection xmlSchemaCollection
)
public:
DataType (
XmlSchemaCollection^ xmlSchemaCollection
)
public DataType (
XmlSchemaCollection xmlSchemaCollection
)
public function DataType (
xmlSchemaCollection : XmlSchemaCollection
)
Parameters
- xmlSchemaCollection
A XmlSchemaCollection object variable that specifies an XML schema collection.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.