Freigeben über


Member.Parent Property

Gets a reference to the parent Member, if applicable, that contains the Member.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Member
public Member Parent { get; }
public:
property Member^ Parent {
    Member^ get ();
}
/** @property */
public Member get_Parent ()
public function get Parent () : Member

Eigenschaftswert

A Member that contains the parent member of the Member.

Ausnahmen

Ausnahmetyp Bedingung
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Hinweise

This property may throw a NotSupportedException exception for CellSet members if the provider did not provide cube information.

ms135366.note(de-de,SQL.90).gifHinweis:
Accessing this property may require a round-trip to the server.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace