共用方式為


Hierarchy.DefaultMember Property

Gets the unique name of the default member for the Hierarchy.

命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

語法

'宣告
Public ReadOnly Property DefaultMember As String
public string DefaultMember { get; }
public:
property String^ DefaultMember {
    String^ get ();
}
/** @property */
public String get_DefaultMember ()
public function get DefaultMember () : String

屬性值

A String that contains the unique name of the default member for the Hierarchy.

備註

Just as each dimension has a default hierarchy used to resolve queries, each hierarchy has a default member. The default member is typically used when a dimension is not explicitly specified by a tuple used in a query.

執行緒安全性

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 的硬體和軟體需求>。

請參閱

參考

Hierarchy Class
Hierarchy Members
Microsoft.AnalysisServices.AdomdClient Namespace