Provides access to the operator's output schemas.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- index
- Int32
the number of the output port for which to retrieve the schema. Port numbers are zero-based.
Return Value
the Schema of the specified output port.
Exceptions
| Exception | Condition |
|---|---|
| System..::..IndexOutOfRangeException | If there is no port corresponding to the given index. |