DatabaseTable 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 database table resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseTable : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseTable = class
inherit ProxyResource
Public Class DatabaseTable
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseTable() |
Initializes a new instance of the DatabaseTable class. |
DatabaseTable(String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the DatabaseTable class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
MemoryOptimized |
Gets or sets whether or not the table is memory optimized. |
Name |
Gets resource name. (Inherited from Resource) |
TemporalType |
Gets or sets the table temporal type. Possible values include: 'NonTemporalTable', 'HistoryTable', 'SystemVersionedTemporalTable' |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET