Freigeben über


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

'Declaration
Public Enumeration UserDefinedTypeFormat
'Usage
Dim instance As UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
type UserDefinedTypeFormat
public enum UserDefinedTypeFormat

Elemente

Elementname Beschreibung
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.

Hinweise

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace