SqlDBTableDataSet 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 DB table data set.
public class SqlDBTableDataSet : Azure.ResourceManager.DataShare.ShareDataSetData
type SqlDBTableDataSet = class
inherit ShareDataSetData
Public Class SqlDBTableDataSet
Inherits ShareDataSetData
- Inheritance
Constructors
SqlDBTableDataSet() |
Initializes a new instance of SqlDBTableDataSet. |
Properties
DatabaseName |
Database name of the source data set. |
DataSetId |
Unique id for identifying a data set resource. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SchemaName |
Schema of the table. Default value is dbo. |
SqlServerResourceId |
Resource id of SQL server. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TableName |
SQL DB table name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET