Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns whether the parent of this position member is the same as the parent of the immediately preceding member.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property ParentSameAsPrevious As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| System.InvalidOperationException | The Member is populated by GetChildren, GetMembers, or GetSchemaObject. |
Hinweise
Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject.