AttributeID 属性

Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AttributeID As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
The AttributeID of a DimensionAttribute that is associated with a Aggregation.