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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET