Propriedade do RDL AttributeAllMemberName
Gets or sets the AllMember attribute value of the dimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property AttributeAllMemberName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A String value with the caption for the AllMember attribute.