Propriedade do RDL Member.ParentSameAsPrevious
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 (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.
Exceções
Exceção | Condição |
---|---|
System.InvalidOperationException | The Member is populated by GetChildren, GetMembers, or GetSchemaObject. |
Comentários
Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject.