Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an Xml Schema Collection to an Xml Schema Collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
xmlSchemaCollection As XmlSchemaCollection _
)
'Usage
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
)
Parameters
- xmlSchemaCollection
Type: Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
XmlSchemaCollection
Examples
How to Reference an Object by Using a Collection in Visual Basic .NET
See Also
Reference
XmlSchemaCollectionCollection Class
Microsoft.SqlServer.Management.Smo Namespace