SapBWLinkedService(Object, Object, Object) Constructor

Definition

Initializes a new instance of SapBWLinkedService.

public SapBWLinkedService (object server, object systemNumber, object clientId);
new Azure.Analytics.Synapse.Artifacts.Models.SapBWLinkedService : obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.SapBWLinkedService
Public Sub New (server As Object, systemNumber As Object, clientId As Object)

Parameters

server
Object

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

systemNumber
Object

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

clientId
Object

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