IndexedXmlPathNamespaceCollection.Remove 메서드 (IndexedXmlPathNamespace)
Removes an element from the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Remove ( _
indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
‘사용 방법
Dim instance As IndexedXmlPathNamespaceCollection
Dim indexedXmlPathNamespace As IndexedXmlPathNamespace
instance.Remove(indexedXmlPathNamespace)
public void Remove(
IndexedXmlPathNamespace indexedXmlPathNamespace
)
public:
void Remove(
IndexedXmlPathNamespace^ indexedXmlPathNamespace
)
member Remove :
indexedXmlPathNamespace:IndexedXmlPathNamespace -> unit
public function Remove(
indexedXmlPathNamespace : IndexedXmlPathNamespace
)
매개 변수
- indexedXmlPathNamespace
유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace to remove.