Compartir a través de


Member.ParentSameAsPrevious Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentSameAsPrevious As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Excepciones

Excepción Condición
System.InvalidOperationException

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

Comentarios

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

Vea también

Referencia

Member Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient