ServerPropertyCollection.IndexOf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IndexOf(ServerProperty) |
Searches for the specified ServerProperty and returns its zero-based index within the collection. |
IndexOf(String) |
Searches for the specified ServerProperty with the specified Name and returns its zero-based index within the collection. |
IndexOf(ServerProperty)
Searches for the specified ServerProperty and returns its zero-based index within the collection.
public int IndexOf (Microsoft.AnalysisServices.ServerProperty item);
member this.IndexOf : Microsoft.AnalysisServices.ServerProperty -> int
Public Function IndexOf (item As ServerProperty) As Integer
Parameters
- item
- ServerProperty
The ServerProperty to locate.
Returns
The zero-based index of the ServerProperty in the collection, if found; otherwise, -1.
Applies to
IndexOf(String)
Searches for the specified ServerProperty with the specified Name and returns its zero-based index within the collection.
public int IndexOf (string name);
member this.IndexOf : string -> int
Public Function IndexOf (name As String) As Integer
Parameters
- name
- String
The Name of the ServerProperty to locate.
Returns
The zero-based index of the ServerProperty in the collection, if found; otherwise, -1.