Método IndexedXmlPathNamespaceCollection.Remove (IndexedXmlPathNamespace)
Removes an element from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Uso
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
)
Parâmetros
- indexedXmlPathNamespace
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace to remove.