Share via


MapperConnection(MapperConnectionType) Constructor

Definition

Initializes a new instance of MapperConnection.

public MapperConnection (Azure.ResourceManager.DataFactory.Models.MapperConnectionType connectionType);
new Azure.ResourceManager.DataFactory.Models.MapperConnection : Azure.ResourceManager.DataFactory.Models.MapperConnectionType -> Azure.ResourceManager.DataFactory.Models.MapperConnection
Public Sub New (connectionType As MapperConnectionType)

Parameters

connectionType
MapperConnectionType

Type of connection via linked service or dataset.

Applies to