Add 方法

Adds an Xml Schema Collection to an Xml Schema Collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
用法
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
)