Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
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
- xmlSchemaCollection
Tipo: Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
XmlSchemaCollection
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