SapOpenHubLinkedService(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 SapOpenHubLinkedService.
public SapOpenHubLinkedService (object server, object systemNumber, object clientId);
new Azure.Analytics.Synapse.Artifacts.Models.SapOpenHubLinkedService : obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.SapOpenHubLinkedService
Public Sub New (server As Object, systemNumber As Object, clientId As Object)
Parameters
- server
- Object
Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string).
- systemNumber
- Object
System number of the BW system where the open hub destination is located. (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 where the open hub destination is located. (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