Clone a schema and set the Source of each column to the matching input column. Input rows have to be passed through (or copied) to output rows with this schema unchanged.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public Schema CloneWithSource()
Visual Basic
Public Function CloneWithSource As Schema
Visual C++
public:
Schema^ CloneWithSource()

Return Value

the new Schema

See Also