共用方式為


Parent 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Parent As Member
    Get
'用途
Dim instance As Member
Dim value As Member

value = instance.Parent
public Member Parent { get; }
public:
property Member^ Parent {
    Member^ get ();
}
member Parent : Member
function get Parent () : Member

屬性值

型別:Microsoft.AnalysisServices.AdomdClient. . :: . .Member
A Member that contains the parent member of the Member.

例外狀況

例外狀況 條件
System..::..InvalidOperationException

The provider did not provide cube information for CellSet members.

備註

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

[!附註]

Accessing this property may require a round-trip to the server.