Proprietà ParentSameAsPrevious

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParentSameAsPrevious As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Eccezioni

Eccezione Condizione
System..::..InvalidOperationException

The Member is populated by GetChildren, GetMembers, or GetSchemaObject.

Osservazioni

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