Member.Parent Property
Gets a reference to the parent Member, if applicable, that contains the Member.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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
Property Value
A Member that contains the parent member of the Member.
Exceptions
Exception type | Condition |
---|---|
InvalidOperationException | The provider did not provide cube information for CellSet members. For more information about this exception, see InvalidOperationException Class. |
Remarks
This property may throw a NotSupportedException exception for CellSet members if the provider did not provide cube information.
Note
Accessing this property may require a round-trip to the server.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace