Metodo Add
Adds an Xml Schema Collection to an Xml Schema Collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
xmlSchemaCollection As XmlSchemaCollection _
)
'Utilizzo
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
)
Parametri
- xmlSchemaCollection
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .XmlSchemaCollection
XmlSchemaCollection
Vedere anche