다음을 통해 공유


Add 메서드

Adds an Xml Schema Collection to an Xml Schema Collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
)