OnPremisesSqlLinkedService Constructor (String, String)

Initializes a new instance of the OnPremisesSqlLinkedService Class.Initializes a new instance of the OnPremisesSqlLinkedService Class.

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

Usage

'Usage
Dim connectionString As String
Dim gatewayName As String

Dim instance As New OnPremisesSqlLinkedService(connectionString, gatewayName)

Syntax

'Declaration
Public Sub New ( _
    connectionString As String, _
    gatewayName As String _
)
public OnPremisesSqlLinkedService (
    string connectionString,
    string gatewayName
)
public:
OnPremisesSqlLinkedService (
    String^ connectionString, 
    String^ gatewayName
)
public OnPremisesSqlLinkedService (
    String connectionString, 
    String gatewayName
)
public function OnPremisesSqlLinkedService (
    connectionString : String, 
    gatewayName : String
)

Remarks

The default constructor initializes any fields to their default values.

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

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