Member.DrilledDown Property

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.

ms135308.note(zh-cn,SQL.90).gif注意:
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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace