ISourceManager(TPoint, TSpan) Interface

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow.Languages
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicInterfaceISourceManager(Of TPoint, TSpan) _
    InheritsIDisposable
'Usage
DiminstanceAsISourceManager(Of TPoint, TSpan)
publicinterfaceISourceManager<TPoint, TSpan> : IDisposable
generic<typename TPoint, typename TSpan>
publicinterface classISourceManager : IDisposable
JScript does not support generic types or methods.

Type Parameters

  • TPoint
  • TSpan

See Also

Reference

ISourceManager< (Of < ( <'TPoint, TSpan> ) > ) > Members

System.Dataflow.Languages Namespace