Compartir a través de


XmlSchemaCollectionCollection.Add Método

Adds an Xml Schema Collection to an Xml Schema Collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
'Uso
Dim instance As XmlSchemaCollectionCollection 
Dim xmlSchemaCollection As XmlSchemaCollection

instance.Add(xmlSchemaCollection)
public void Add(
    XmlSchemaCollection xmlSchemaCollection
)
public:
void Add(
    XmlSchemaCollection^ xmlSchemaCollection
)
member Add : 
        xmlSchemaCollection:XmlSchemaCollection -> unit
public function Add(
    xmlSchemaCollection : XmlSchemaCollection
)

Parámetros

Ejemplos

How to Reference an Object by Using a Collection in Visual Basic .NET

Vea también

Referencia

XmlSchemaCollectionCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Usar colecciones