Aracılığıyla paylaş


UserDefinedTypeFormat Enumeration

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Bildirim
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.

Remarks

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.