ParentSameAsPrevious 属性

Returns whether the parent of this position member is the same as the parent of the immediately preceding member.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property ParentSameAsPrevious As Boolean
    Get
用法
Dim instance As Member
Dim value As Boolean

value = instance.ParentSameAsPrevious
public bool ParentSameAsPrevious { get; }
public:
property bool ParentSameAsPrevious {
    bool get ();
}
member ParentSameAsPrevious : bool
function get ParentSameAsPrevious () : boolean

属性值

类型:System. . :: . .Boolean
true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.

异常

注释

Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject.