다음을 통해 공유


IndexedXmlPathCollection.Remove 메서드 (IndexedXmlPath)

Removes an item in the collection.

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

구문

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

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

매개 변수

참고 항목

참조

IndexedXmlPathCollection 클래스

Remove 오버로드

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