Freigeben über


Member.DrilledDown Property

Indicates whether no children immediately follow the member on the axis.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public ReadOnly Property DrilledDown As Boolean
public bool DrilledDown { get; }
public:
property bool DrilledDown {
    bool get ();
}
/** @property */
public boolean get_DrilledDown ()
public function get DrilledDown () : boolean

Eigenschaftswert

true if there are no child members of the current member on the axis; false if there are one or more child members of the current member on the axis.

Ausnahmen

Ausnahmetyp Bedingung
System.InvalidOperationException

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

Hinweise

Use the DrilledDown property to determine whether there is at least one child of this member on the axis immediately following this member. This information is useful when displaying the member.

ms135308.note(de-de,SQL.90).gifHinweis:
Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject. For more information about this exception, see System.InvalidOperationException.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace