SqlDBTableDataSet Class

Definition

A SQL DB table data set.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SqlDBTable")]
public class SqlDBTableDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SqlDBTable")>]
type SqlDBTableDataSet = class
    inherit DataSet
Public Class SqlDBTableDataSet
Inherits DataSet
Inheritance
SqlDBTableDataSet
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

DatabaseName

Gets or sets database name of the source data set

DataSetId

Gets unique id for identifying a data set resource

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
SchemaName

Gets or sets schema of the table. Default value is dbo.

SqlServerResourceId

Gets or sets resource id of SQL server

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
TableName

Gets or sets SQL DB table name.

Type

Gets type of the azure resource

(Inherited from ProxyDto)

Methods

Validate()

Validate the object.

Applies to