Método XmlSchemaCollectionCollection.Add
Adds an Xml Schema Collection to an Xml Schema Collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
- xmlSchemaCollection
Tipo: Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
XmlSchemaCollection
Exemplos
How to Reference an Object by Using a Collection in Visual Basic .NET
Consulte também
Referência
XmlSchemaCollectionCollection Classe
Namespace Microsoft.SqlServer.Management.Smo