Partager via


Propriété DefaultMember

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DefaultMember As String
    Get
'Utilisation
Dim instance As Hierarchy
Dim value As String

value = instance.DefaultMember
public string DefaultMember { get; }
public:
property String^ DefaultMember {
    String^ get ();
}
member DefaultMember : string
function get DefaultMember () : String

Valeur de propriété

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

Notes

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.