Member.FetchAllProperties Method ()

 

Retrieves all member properties from the server.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public void FetchAllProperties()
public:
void FetchAllProperties()
member FetchAllProperties : unit -> unit
Public Sub FetchAllProperties

Remarks

Which properties are available on a Member depends on how the Member was created. The following table lists the properties that require population by FetchAllProperties:

Property

Cellset

GetChildren or GetMembers

GetSchemaObject

Description

Empty String until FetchAllProperties called*

Empty String until FetchAllProperties called*

Available

Properties

Empty until FetchAllProperties called

Empty until FetchAllProperties called

Available

Type

Error until FetchAllProperties called*

Available

Available

See Also

Member Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top