SqlDWTableDataSetMapping Constructor
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.
Initializes a new instance of SqlDWTableDataSetMapping.
public SqlDWTableDataSetMapping (Guid dataSetId, string dataWarehouseName, string schemaName, Azure.Core.ResourceIdentifier sqlServerResourceId, string tableName);
new Azure.ResourceManager.DataShare.Models.SqlDWTableDataSetMapping : Guid * string * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataShare.Models.SqlDWTableDataSetMapping
Public Sub New (dataSetId As Guid, dataWarehouseName As String, schemaName As String, sqlServerResourceId As ResourceIdentifier, tableName As String)
Parameters
- dataSetId
- Guid
The id of the source data set.
- dataWarehouseName
- String
DataWarehouse name of the source data set.
- schemaName
- String
Schema of the table. Default value is dbo.
- sqlServerResourceId
- ResourceIdentifier
Resource id of SQL server.
- tableName
- String
SQL DW table name.
Exceptions
dataWarehouseName
, schemaName
, sqlServerResourceId
or tableName
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET