Share via


AttributeAllMemberName 속성

Gets or sets the AllMember attribute value of the dimension.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property AttributeAllMemberName As String
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .String
A String value with the caption for the AllMember attribute.