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 네임스페이스