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 all member name property of the Hierarchy object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllMemberName As String
Get
Set
'Usage
Dim instance As Hierarchy
Dim value As String
value = instance.AllMemberName
instance.AllMemberName = value
public string AllMemberName { get; set; }
public:
property String^ AllMemberName {
String^ get ();
void set (String^ value);
}
member AllMemberName : string with get, set
function get AllMemberName () : String
function set AllMemberName (value : String)
Property Value
Type: System.String
The name of the all member.