Obsolete -- please use schema.CloneWithSource() instead. The user defined object will pass through input rows unchanged as output rows

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

Syntax

C#
[ObsoleteAttribute("Please use schema.CloneWithSource() rather than schema.PassThrough()")]
public Schema PassThrough()
Visual Basic
<ObsoleteAttribute("Please use schema.CloneWithSource() rather than schema.PassThrough()")> _
Public Function PassThrough As Schema
Visual C++
[ObsoleteAttribute(L"Please use schema.CloneWithSource() rather than schema.PassThrough()")]
public:
Schema^ PassThrough()

Return Value

the new Schema

See Also