DimensionBinding.CopyTo(DimensionBinding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the current DimensionBinding object into specified object.
public Microsoft.AnalysisServices.DimensionBinding CopyTo (Microsoft.AnalysisServices.DimensionBinding obj);
override this.CopyTo : Microsoft.AnalysisServices.DimensionBinding -> Microsoft.AnalysisServices.DimensionBinding
Public Function CopyTo (obj As DimensionBinding) As DimensionBinding
Parameters
- obj
- DimensionBinding
Specifies where the current DimensionBinding object is to be copied.
Returns
A reference to the copied object.