Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DefaultMember As String
Get
Set
'Usage
Dim instance As DimensionAttribute
Dim value As String
value = instance.DefaultMember
instance.DefaultMember = value
public string DefaultMember { get; set; }
public:
property String^ DefaultMember {
String^ get ();
void set (String^ value);
}
member DefaultMember : string with get, set
function get DefaultMember () : String
function set DefaultMember (value : String)
Property Value
Type: System.String
A string containing an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.
Remarks
If DefaultMember is not specified, or is set to an empty string, then Analysis Services chooses a member to use as the default member.