SqlDBTableDataSetMapping 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 SqlDBTableDataSetMapping.
public SqlDBTableDataSetMapping (string databaseName, Guid dataSetId, string schemaName, Azure.Core.ResourceIdentifier sqlServerResourceId, string tableName);
new Azure.ResourceManager.DataShare.Models.SqlDBTableDataSetMapping : string * Guid * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataShare.Models.SqlDBTableDataSetMapping
Public Sub New (databaseName As String, dataSetId As Guid, schemaName As String, sqlServerResourceId As ResourceIdentifier, tableName As String)
Parameters
- databaseName
- String
DatabaseName name of the sink data set.
- dataSetId
- Guid
The id 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 DB table name.
Exceptions
databaseName
, 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