Class SapOdpResourceDataset
SAP ODP Resource properties.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapOdpResourceDataset/SapOdpResourceDatasetConverter))]
public class SapOdpResourceDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
SapOdpResourceDataset(LinkedServiceReference, Object, Object)
Initializes a new instance of SapOdpResourceDataset.
Declaration
public SapOdpResourceDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object context, object objectName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
|
System.Object
context
The context of the SAP ODP Object. Type: string (or Expression with resultType string). |
|
System.Object
objectName
The name of the SAP ODP Object. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
Context
The context of the SAP ODP Object. Type: string (or Expression with resultType string).
Declaration
public object Context { get; set; }
Property Value
|
System.Object
|
ObjectName
The name of the SAP ODP Object. Type: string (or Expression with resultType string).
Declaration
public object ObjectName { get; set; }
Property Value
|
System.Object
|