This topic has not yet been rated - Rate this topic

Dimension.AttributeAllMemberName Property

Gets or sets the AllMember attribute value of the dimension.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
[XmlElementAttribute(IsNullable=false)] 
public string AttributeAllMemberName { get; set; }
/** @property */
public String get_AttributeAllMemberName ()

/** @property */
public void set_AttributeAllMemberName (String value)

public function get AttributeAllMemberName () : String

public function set AttributeAllMemberName (value : String)

Property Value

A String value with the caption for the AllMember attribute.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.