Condividi tramite


DataType Constructor (XmlSchemaCollection)

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

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
public DataType (
    XmlSchemaCollection xmlSchemaCollection
)
public:
DataType (
    XmlSchemaCollection^ xmlSchemaCollection
)
public DataType (
    XmlSchemaCollection xmlSchemaCollection
)
public function DataType (
    xmlSchemaCollection : XmlSchemaCollection
)

Parametri

  • xmlSchemaCollection
    A XmlSchemaCollection object variable that specifies an XML schema collection.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Construct a DataType Object by Using the Default Constructor in Visual Basic .NET

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DataType Class
DataType Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Working with Data Types