Поделиться через


UserDefinedTypeFormat Enumeration

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 (in microsoft.sqlserver.sqlenum.dll)

Синтаксис

'Декларация
Public Enumeration UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum UserDefinedTypeFormat

Members

Member name Description
Native Stored in native format.
SerializedData Computes serialized format once for this type.
SerializedDataWithMetadata Stores serialized format for each instance.
UserDefined Stores in user-defined format.

Замечания

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace