IResolvedTable Generic Interface

Represents the interface that a resolved table type must implement.

Namespace: Microsoft.DataFactories.Runtime
Assembly: Microsoft.DataFactories.Runtime (in Microsoft.DataFactories.Runtime.dll)

Usage

'Usage
Dim instance As IResolvedTable(Of TTable, TLinkedService)

Syntax

'Declaration
Public Interface IResolvedTable(Of TTable, TLinkedService)
public interface IResolvedTable<TTable,TLinkedService>
generic<typename TTable, typename TLinkedService>
public interface class IResolvedTable

GenericParameters

  • TTable
    Represents a Table object.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IResolvedTable Members
Microsoft.DataFactories.Runtime Namespace