AzureSqlTableLocation Constructor (String)
Initializes a new instance of the AzureSqlTableLocation 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 AzureSqlTableLocation(linkedServiceName)
Syntax
'Declaration
Public Sub New ( _
linkedServiceName As String _
)
public AzureSqlTableLocation (
string linkedServiceName
)
public:
AzureSqlTableLocation (
String^ linkedServiceName
)
public AzureSqlTableLocation (
String linkedServiceName
)
public function AzureSqlTableLocation (
linkedServiceName : String
)
Parameters
- linkedServiceName
The linked service name.
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
AzureSqlTableLocation Class
AzureSqlTableLocation Members
Microsoft.Azure.Management.DataFactories.Models Namespace