Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeID As String
Get
Set
'Usage
Dim instance As AggregationAttribute
Dim value As String
value = instance.AttributeID
instance.AttributeID = value
public string AttributeID { get; set; }
public:
property String^ AttributeID {
String^ get ();
void set (String^ value);
}
member AttributeID : string with get, set
function get AttributeID () : String
function set AttributeID (value : String)
Property Value
Type: System.String
The AttributeID of a DimensionAttribute that is associated with a Aggregation.