Condividi tramite


Enumerazione UserDefinedTypeFormat

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration UserDefinedTypeFormat
'Utilizzo
Dim instance As UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
type UserDefinedTypeFormat
public enum UserDefinedTypeFormat

Membri

Nome membro Descrizione
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.

Osservazioni

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo