Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the AllMember attribute value of the dimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeAllMemberName As String
Get
Set
'Usage
Dim instance As Dimension
Dim value As String
value = instance.AttributeAllMemberName
instance.AttributeAllMemberName = value
public string AttributeAllMemberName { get; set; }
public:
property String^ AttributeAllMemberName {
String^ get ();
void set (String^ value);
}
member AttributeAllMemberName : string with get, set
function get AttributeAllMemberName () : String
function set AttributeAllMemberName (value : String)
Property Value
Type: System.String
The name for the AllMember attribute.