共用方式為


AggregationDesignAttribute.AttributeID 屬性

Gets or sets the attribute identifier for an AggregationDesignAttribute element.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property AttributeID As String 
    Get 
    Set
'用途
Dim instance As AggregationDesignAttribute 
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
An attribute identifier.

請參閱

參考

AggregationDesignAttribute 類別

Microsoft.AnalysisServices 命名空間