Compartir a través de


Member.ParentSameAsPrevious Property

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 (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentSameAsPrevious As Boolean
public bool ParentSameAsPrevious { get; }
public:
property bool ParentSameAsPrevious {
    bool get ();
}
/** @property */
public boolean get_ParentSameAsPrevious ()
public function get ParentSameAsPrevious () : boolean

Valor de propiedad

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

Excepciones

Tipo de excepción Condición
System.InvalidOperationException

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

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace