ObjectReference.AggregationDesignID 属性

Gets or sets the aggregation design identifier for a given ObjectReference object.

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

语法

声明
Public Property AggregationDesignID As String 
    Get 
    Set
用法
Dim instance As ObjectReference 
Dim value As String 

value = instance.AggregationDesignID

instance.AggregationDesignID = value
public string AggregationDesignID { get; set; }
public:
property String^ AggregationDesignID {
    String^ get ();
    void set (String^ value);
}
member AggregationDesignID : string with get, set
function get AggregationDesignID () : String 
function set AggregationDesignID (value : String)

属性值

类型:System.String
An ObjectReference identifier.

请参阅

参考

ObjectReference 类

Microsoft.AnalysisServices 命名空间