Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether no children immediately follow the member on the axis.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
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
Значение свойства
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. |
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace
Примечание.