SqlDWTableDataSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SQL DW table data set.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SqlDWTable")]
public class SqlDWTableDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SqlDWTable")>]
type SqlDWTableDataSet = class
inherit DataSet
Public Class SqlDWTableDataSet
Inherits DataSet
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
DataSetId |
Gets unique id for identifying a data set resource |
DataWarehouseName |
Gets or sets dataWarehouse name of the source data set |
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 DW table name. |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET