Class DrillTableDataset
Drill server 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.DrillTableDataset/DrillTableDatasetConverter))]
public class DrillTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
DrillTableDataset(LinkedServiceReference)
Initializes a new instance of DrillTableDataset.
Declaration
public DrillTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
Exceptions
|
System.ArgumentNullException
|
Properties
SchemaTypePropertiesSchema
The schema name of the Drill. Type: string (or Expression with resultType string).
Declaration
public object SchemaTypePropertiesSchema { get; set; }
Property Value
|
System.Object
|
Table
The table name of the Drill. Type: string (or Expression with resultType string).
Declaration
public object Table { get; set; }
Property Value
|
System.Object
|
TableName
This property will be retired. Please consider using schema + table properties instead.
Declaration
public object TableName { get; set; }
Property Value
|
System.Object
|