Propriété Dimension.AttributeAllMemberName
Gets or sets the AllMember attribute value of the dimension.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property AttributeAllMemberName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The name for the AllMember attribute.