SapBWLinkedService 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 (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
Azure SDK for .NET