次の方法で共有


TableProperties Class

Definition

Represents the properties of an Azure SQL Database table.

public class TableProperties
type TableProperties = class
Public Class TableProperties
Inheritance
TableProperties

Constructors

TableProperties()

Initializes a new instance of the TableProperties class.

Properties

Columns

Optional. Gets the columns from this table.

RecommendedIndexes

Optional. Gets the recommended indices for this table.

TableType

Optional. Gets the type of Azure SQL Database table.

Applies to