IndexedXmlPathNamespaceCollection.Remove Method

Definition

Overloads

Remove(IndexedXmlPathNamespace)
Remove(String)

Remove(IndexedXmlPathNamespace)

public void Remove (Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace indexedXmlPathNamespace);
override this.Remove : Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace -> unit
Public Sub Remove (indexedXmlPathNamespace As IndexedXmlPathNamespace)

Parameters

indexedXmlPathNamespace
IndexedXmlPathNamespace

Applies to

Remove(String)

public void Remove (string name);
override this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

Applies to