Partager via


DataType constructeur (XmlSchemaCollection)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
'Utilisation
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
)

Paramètres