Provides access to the operator's input schemas.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Schema GetInputSchema(
	int index
)
Public Function GetInputSchema ( _
	index As Integer _
) As Schema
public:
Schema^ GetInputSchema(
	int index
)

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

ExceptionCondition
System..::..IndexOutOfRangeExceptionIf there is no port corresponding to the given index.

See Also