TabularBinding.CopyTo(TabularBinding) Method

Definition

Copies the content of this object to another object (the destination).

protected Microsoft.AnalysisServices.TabularBinding CopyTo (Microsoft.AnalysisServices.TabularBinding obj);
override this.CopyTo : Microsoft.AnalysisServices.TabularBinding -> Microsoft.AnalysisServices.TabularBinding
Protected Function CopyTo (obj As TabularBinding) As TabularBinding

Parameters

obj
TabularBinding

The destination object to copy to.

Returns

The destination object.

Applies to