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
)
參數
- xmlSchemaCollection
型別:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
XmlSchemaCollection
範例
How to Reference an Object by Using a Collection in Visual Basic .NET
請參閱
參考
XmlSchemaCollectionCollection 類別
Microsoft.SqlServer.Management.Smo 命名空間