Share via


IResolvedTable.LinkedService Property

Gets or sets a LinkedService 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 TLinkedService

value = instance.LinkedService

Syntax

'Declaration
ReadOnly Property LinkedService As TLinkedService
TLinkedService LinkedService { get; }
property TLinkedService LinkedService {
    TLinkedService get ();
}
/** @property */
TLinkedService get_LinkedService ()
function get LinkedService () : TLinkedService

Property Value

A LinkedService 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