TimeBinding.CopyTo(TimeBinding) 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 a TimeBinding object to the specified object.
public Microsoft.AnalysisServices.TimeBinding CopyTo (Microsoft.AnalysisServices.TimeBinding obj);
override this.CopyTo : Microsoft.AnalysisServices.TimeBinding -> Microsoft.AnalysisServices.TimeBinding
Public Function CopyTo (obj As TimeBinding) As TimeBinding
Parameters
- obj
- TimeBinding
The object to be copied to.
Returns
The object copied to.