Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns whether the parent of this position member is the same as the parent of the immediately preceding member.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentSameAsPrevious As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | The Member is populated by GetChildren, GetMembers, or GetSchemaObject. |
Notes
Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject.