Share via


SapBWLinkedService Constructor

Definition

Initializes a new instance of SapBWLinkedService.

public SapBWLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> server, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> systemNumber, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> clientId);
new Azure.ResourceManager.DataFactory.Models.SapBWLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.SapBWLinkedService
Public Sub New (server As DataFactoryElement(Of String), systemNumber As DataFactoryElement(Of String), clientId As DataFactoryElement(Of String))

Parameters

server
DataFactoryElement<String>

Host name of the SAP BW instance. Type: string (or Expression with resultType string).

systemNumber
DataFactoryElement<String>

System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).

clientId
DataFactoryElement<String>

Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).

Exceptions

server, systemNumber or clientId is null.

Applies to