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