SapEccLinkedService(String) 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 SapEccLinkedService.
public SapEccLinkedService(string url);
new Azure.Analytics.Synapse.Artifacts.Models.SapEccLinkedService : string -> Azure.Analytics.Synapse.Artifacts.Models.SapEccLinkedService
Public Sub New (url As String)
Parameters
- url
- String
The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
Exceptions
url
is null.