DataType Constructor (XmlSchemaCollection)
Initializes a new instance of the DataType class based on a specified XML schema collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
xmlSchemaCollection As XmlSchemaCollection _
)
'Uso
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
)
Parámetros
- xmlSchemaCollection
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .XmlSchemaCollection
A XmlSchemaCollection object variable that specifies an XML schema collection.
Vea también