Share via


IResolvedTable.Table Property

Gets or sets the Table object of the resolved table.

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

Usage

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

value = instance.Table

Syntax

'Declaration
ReadOnly Property Table As TTable
TTable Table { get; }
property TTable Table {
    TTable get ();
}
/** @property */
TTable get_Table ()
function get Table () : TTable

Property Value

A Table object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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 Interface
IResolvedTable Members
Microsoft.DataFactories.Runtime Namespace