CopyTo 메서드 (AggregationDesignAttribute)
Copies an AggregationDesignAttribute object to the specified object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
매개 변수
- obj
형식: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The object you are copying to.