Énumération UserDefinedTypeFormat

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration UserDefinedTypeFormat
'Utilisation
Dim instance As UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
type UserDefinedTypeFormat
public enum UserDefinedTypeFormat

Membres

Nom de membre Description
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.

Notes

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.