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