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
)
매개 변수
- indexedXmlPath
유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item to be removed.