共用方式為


AggregationAttribute.CopyTo 方法

Copies the current AggregationAttribute to an object, which is passed as a parameter.

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

語法

'宣告
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'用途
Dim instance As AggregationAttribute 
Dim obj As AggregationAttribute 
Dim returnValue As AggregationAttribute 

returnValue = instance.CopyTo(obj)
public AggregationAttribute CopyTo(
    AggregationAttribute obj
)
public:
AggregationAttribute^ CopyTo(
    AggregationAttribute^ obj
)
member CopyTo : 
        obj:AggregationAttribute -> AggregationAttribute
public function CopyTo(
    obj : AggregationAttribute
) : AggregationAttribute

參數

傳回值

型別:Microsoft.AnalysisServices.AggregationAttribute
A copy of current AggregationAttribute

請參閱

參考

AggregationAttribute 類別

Microsoft.AnalysisServices 命名空間