Create a new schema object that mirrors the current one The resulting schema will have the same column names and column types, in the same order, but it does not claim that output rows with this schema are identical to some input row.

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

Syntax

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

Return Value

the new Schema

See Also