CopyTo 메서드 (AggregationDesignDimension)

Copies an AggregationDesignDimension object to the specified object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function CopyTo ( _
    obj As AggregationDesignDimension _
) As AggregationDesignDimension
‘사용 방법
Dim instance As AggregationDesignDimension
Dim obj As AggregationDesignDimension
Dim returnValue As AggregationDesignDimension

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

매개 변수

주의

The AggregationDesignDimension represents the relationship between a cube dimension and an AggregationDesign element.