Méthode XmlSchemaCollectionCollection.Add

Adds an Xml Schema Collection to an Xml Schema Collection.

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

Syntaxe

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

Paramètres

Exemples

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

Voir aussi

Référence

XmlSchemaCollectionCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de collections