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 네임스페이스

관련 자료

컬렉션 사용