Compartir a través de


Member.FetchAllProperties Method

Retrieves all member properties from the server.

Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
Public Sub FetchAllProperties
public void FetchAllProperties ()
public:
void FetchAllProperties ()
public void FetchAllProperties ()
public function FetchAllProperties ()

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace