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.