TableBinding.CopyTo(TableBinding) Method

Definition

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

public Microsoft.AnalysisServices.TableBinding CopyTo (Microsoft.AnalysisServices.TableBinding obj);
override this.CopyTo : Microsoft.AnalysisServices.TableBinding -> Microsoft.AnalysisServices.TableBinding
Public Function CopyTo (obj As TableBinding) As TableBinding

Parameters

obj
TableBinding

The destination object to copy to.

Returns

The destination object.

Applies to