共用方式為


SqlDWTableDataSet Constructors

Definition

Overloads

SqlDWTableDataSet()

Initializes a new instance of the SqlDWTableDataSet class.

SqlDWTableDataSet(String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the SqlDWTableDataSet class.

SqlDWTableDataSet()

Initializes a new instance of the SqlDWTableDataSet class.

public SqlDWTableDataSet ();
Public Sub New ()

Applies to

SqlDWTableDataSet(String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the SqlDWTableDataSet class.

public SqlDWTableDataSet (string dataWarehouseName, string schemaName, string sqlServerResourceId, string tableName, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string dataSetId = default);
new Microsoft.Azure.Management.DataShare.Models.SqlDWTableDataSet : string * string * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string -> Microsoft.Azure.Management.DataShare.Models.SqlDWTableDataSet
Public Sub New (dataWarehouseName As String, schemaName As String, sqlServerResourceId As String, tableName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional dataSetId As String = Nothing)

Parameters

dataWarehouseName
String

DataWarehouse name of the source data set

schemaName
String

Schema of the table. Default value is dbo.

sqlServerResourceId
String

Resource id of SQL server

tableName
String

SQL DW table name.

id
String

The resource id of the azure resource

name
String

Name of the azure resource

systemData
SystemData

System Data of the Azure resource.

type
String

Type of the azure resource

dataSetId
String

Unique id for identifying a data set resource

Applies to