CopyTo 方法 (AggregationAttribute)
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
参数
- obj
类型:Microsoft.AnalysisServices. . :: . .AggregationAttribute
Specifies where the current AggregationAttribute is to be copied.
返回值
类型:Microsoft.AnalysisServices. . :: . .AggregationAttribute
A copy of current AggregationAttribute