XmlSchemaCollectionCollection.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
)

参数

示例

How to Reference an Object by Using a Collection in Visual Basic .NET

请参阅

参考

XmlSchemaCollectionCollection 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

使用集合