Class DynamicsAXResourceDataset
The path of the Dynamics AX OData entity.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DynamicsAXResourceDataset/DynamicsAXResourceDatasetConverter))]
public class DynamicsAXResourceDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
DynamicsAXResourceDataset(LinkedServiceReference, Object)
Initializes a new instance of DynamicsAXResourceDataset.
Declaration
public DynamicsAXResourceDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object path);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
|
System.Object
path
The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
Path
The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string).
Declaration
public object Path { get; set; }
Property Value
|
System.Object
|