AggregationDesignAttribute.CopyTo 方法

Copies an AggregationDesignAttribute object to the specified object (the destination).

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

语法

声明
Public Function CopyTo ( _
    obj As AggregationDesignAttribute _
) As AggregationDesignAttribute
用法
Dim instance As AggregationDesignAttribute 
Dim obj As AggregationDesignAttribute 
Dim returnValue As AggregationDesignAttribute 

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

参数

返回值

类型:Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object that holds the copy.

请参阅

参考

AggregationDesignAttribute 类

Microsoft.AnalysisServices 命名空间