Member.GetChildren Method

Definition

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[]

Returns

Applies to