TableLocation Constructor (String)

Initializes a new instance of the TableLocation class with required arguments.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim linkedServiceName As String

Dim instance As New TableLocation(linkedServiceName)

Syntax

'Declaration
Public Sub New ( _
    linkedServiceName As String _
)
public TableLocation (
    string linkedServiceName
)
public:
TableLocation (
    String^ linkedServiceName
)
public TableLocation (
    String linkedServiceName
)
public function TableLocation (
    linkedServiceName : String
)

Parameters

  • linkedServiceName
    The name of the linked service.

Remarks

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

TableLocation Class
TableLocation Members
Microsoft.Azure.Management.DataFactories.Models Namespace