Show / Hide Table of Contents

Class SapCloudForCustomerResourceDataset

The path of the SAP Cloud for Customer OData entity.

Inheritance
System.Object
Dataset
SapCloudForCustomerResourceDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapCloudForCustomerResourceDataset/SapCloudForCustomerResourceDatasetConverter))]
public class SapCloudForCustomerResourceDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

SapCloudForCustomerResourceDataset(LinkedServiceReference, Object)

Initializes a new instance of SapCloudForCustomerResourceDataset.

Declaration
public SapCloudForCustomerResourceDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object path);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

System.Object path

The path of the SAP Cloud for Customer OData entity. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

linkedServiceName or path is null.

Properties

Path

The path of the SAP Cloud for Customer OData entity. Type: string (or Expression with resultType string).

Declaration
public object Path { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET