Поделиться через


Свойство DrilledDown

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property DrilledDown As Boolean
    Get
'Применение
Dim instance As Member
Dim value As Boolean

value = instance.DrilledDown
public bool DrilledDown { get; }
public:
property bool DrilledDown {
    bool get ();
}
member DrilledDown : bool
function get DrilledDown () : boolean

Значение свойства

Тип: System. . :: . .Boolean
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.

Исключения

Исключение Условие
System..::..InvalidOperationException

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

Замечания

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.

ПримечаниеПримечание

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.