ServerPropertyCollection.Remove Method

Definition

Overloads

Remove(ServerProperty)

Removes the specified ServerProperty from this collection.

Remove(String)

Removes the ServerProperty with the specified Name from this collection.

Remove(ServerProperty)

Removes the specified ServerProperty from this collection.

public void Remove (Microsoft.AnalysisServices.ServerProperty item);
member this.Remove : Microsoft.AnalysisServices.ServerProperty -> unit
Public Sub Remove (item As ServerProperty)

Parameters

item
ServerProperty

The ServerProperty to remove.

Applies to

Remove(String)

Removes the ServerProperty with the specified Name from this collection.

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

Parameters

name
String

The Name of the ServerProperty to remove.

Applies to