Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.