SapBWLinkedService(Object, Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET