Level.GetMembers 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
GetMembers() |
Information not available for this release. |
GetMembers(Int64, Int64) |
Information not available for this release. |
GetMembers(Int64, Int64, MemberFilter[]) |
Information not available for this release. |
GetMembers(Int64, Int64, String[], MemberFilter[]) |
Information not available for this release. |
GetMembers()
Information not available for this release.
public Microsoft.AnalysisServices.AdomdClient.MemberCollection GetMembers ();
member this.GetMembers : unit -> Microsoft.AnalysisServices.AdomdClient.MemberCollection
Public Function GetMembers () As MemberCollection
Returns
Applies to
GetMembers(Int64, Int64)
Information not available for this release.
public Microsoft.AnalysisServices.AdomdClient.MemberCollection GetMembers (long start, long count);
member this.GetMembers : int64 * int64 -> Microsoft.AnalysisServices.AdomdClient.MemberCollection
Public Function GetMembers (start As Long, count As Long) As MemberCollection
Parameters
- start
- Int64
- count
- Int64
Returns
Applies to
GetMembers(Int64, Int64, MemberFilter[])
Information not available for this release.
public Microsoft.AnalysisServices.AdomdClient.MemberCollection GetMembers (long start, long count, params Microsoft.AnalysisServices.AdomdClient.MemberFilter[] filters);
member this.GetMembers : int64 * int64 * Microsoft.AnalysisServices.AdomdClient.MemberFilter[] -> Microsoft.AnalysisServices.AdomdClient.MemberCollection
Public Function GetMembers (start As Long, count As Long, ParamArray filters As MemberFilter()) As MemberCollection
Parameters
- start
- Int64
- count
- Int64
- filters
- MemberFilter[]
Returns
Applies to
GetMembers(Int64, Int64, String[], MemberFilter[])
Information not available for this release.
public Microsoft.AnalysisServices.AdomdClient.MemberCollection GetMembers (long start, long count, string[] properties, params Microsoft.AnalysisServices.AdomdClient.MemberFilter[] filters);
member this.GetMembers : int64 * int64 * string[] * Microsoft.AnalysisServices.AdomdClient.MemberFilter[] -> Microsoft.AnalysisServices.AdomdClient.MemberCollection
Public Function GetMembers (start As Long, count As Long, properties As String(), ParamArray filters As MemberFilter()) As MemberCollection
Parameters
- start
- Int64
- count
- Int64
- properties
- String[]
- filters
- MemberFilter[]