Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseColumnProperties
Packages that use DatabaseColumnProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseColumnProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseColumnPropertiesModifier and TypeMethodDescriptionDatabaseColumnProperties.withColumnType(ColumnDataType columnType) Set the columnType property: The column data type.DatabaseColumnProperties.withIsComputed(Boolean isComputed) Set the isComputed property: Whether or not the column is computed.DatabaseColumnProperties.withMemoryOptimized(Boolean memoryOptimized) Set the memoryOptimized property: Whether or not the column belongs to a memory optimized table.DatabaseColumnProperties.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.