Перечисление UserDefinedTypeFormat

The UserDefinedTypeFormat enumeration is a list of constant values that specify the formats used by user-defined types.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration UserDefinedTypeFormat
'Применение
Dim instance As UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
type UserDefinedTypeFormat
public enum UserDefinedTypeFormat

Элементы

Имя элемента Описание
Native Stored in native format.
UserDefined Stores in user-defined format.
SerializedData Computes serialized format once for this type.
SerializedDataWithMetadata Stores serialized format for each instance.

Замечания

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.