XmlSchemaCollectionCollection.Add メソッド

XML スキーマ コレクションに XML スキーマ コレクションを追加します。

名前空間:  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 名前空間

その他の技術情報

コレクションの使用