Udostępnij przez


Metoda XmlSchemaCollectionCollection.Add

Dodaje kolekcji schematu Xml do kolekcji schematu Xml.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Add ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
'Użycie
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
)