Share via


SqlDWTableDataSetMapping Class

Definition

A SQL DW Table data set mapping.

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

Constructors

SqlDWTableDataSetMapping()

Initializes a new instance of the SqlDWTableDataSetMapping class.

SqlDWTableDataSetMapping(String, String, String, String, String, String, String, SystemData, String, String, String)

Initializes a new instance of the SqlDWTableDataSetMapping class.

Properties

DataSetId

Gets or sets the id of the source data set.

DataSetMappingStatus

Gets the status of the data set mapping. Possible values include: 'Ok', 'Broken'

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)
ProvisioningState

Gets provisioning state of the data set mapping. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'

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