SqlDBTableDataSet Constructors

Definition

Overloads

SqlDBTableDataSet()

Initializes a new instance of the SqlDBTableDataSet class.

SqlDBTableDataSet(String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the SqlDBTableDataSet class.

SqlDBTableDataSet()

Initializes a new instance of the SqlDBTableDataSet class.

public SqlDBTableDataSet ();
Public Sub New ()

Applies to

SqlDBTableDataSet(String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the SqlDBTableDataSet class.

public SqlDBTableDataSet (string databaseName, 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.SqlDBTableDataSet : string * string * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string -> Microsoft.Azure.Management.DataShare.Models.SqlDBTableDataSet
Public Sub New (databaseName 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

databaseName
String

Database 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 DB 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