다음을 통해 공유


UserDefinedTypeFormat 열거형

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(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration UserDefinedTypeFormat
‘사용 방법
Dim instance As UserDefinedTypeFormat
public enum UserDefinedTypeFormat
public enum class UserDefinedTypeFormat
type UserDefinedTypeFormat
public enum UserDefinedTypeFormat

멤버

멤버 이름 설명
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.

주의

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.