TableMiningStructureColumn.CopyTo(TableMiningStructureColumn) Method

Definition

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

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

Parameters

obj
TableMiningStructureColumn

The destination object to copy to.

Returns

The destination object.

Applies to