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.