다음을 통해 공유


IndexedXmlPathCollection.Add 메서드 (IndexedXmlPath)

Adds an item to the collection with specified path.

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

구문

‘선언
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath _
)
‘사용 방법
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

instance.Add(indexedXmlPath)
public void Add(
    IndexedXmlPath indexedXmlPath
)
public:
void Add(
    IndexedXmlPath^ indexedXmlPath
)
member Add : 
        indexedXmlPath:IndexedXmlPath -> unit
public function Add(
    indexedXmlPath : IndexedXmlPath
)

매개 변수

참고 항목

참조

IndexedXmlPathCollection 클래스

Add 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스