Class AzurePostgreSqlTableDataset
Azure PostgreSQL dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzurePostgreSqlTableDataset/AzurePostgreSqlTableDatasetConverter))]
public class AzurePostgreSqlTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
AzurePostgreSqlTableDataset(LinkedServiceReference)
Initializes a new instance of AzurePostgreSqlTableDataset.
Declaration
public AzurePostgreSqlTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
Exceptions
|
System.ArgumentNullException
|
Properties
SchemaTypePropertiesSchema
The schema name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
Declaration
public object SchemaTypePropertiesSchema { get; set; }
Property Value
|
System.Object
|
Table
The table name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
Declaration
public object Table { get; set; }
Property Value
|
System.Object
|
TableName
The table name of the Azure PostgreSQL database which includes both schema and table. Type: string (or Expression with resultType string).
Declaration
public object TableName { get; set; }
Property Value
|
System.Object
|