共用方式為


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.
SerializedData Computes serialized format once for this type.
SerializedDataWithMetadata Stores serialized format for each instance.
UserDefined Stores in user-defined format.

備註

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間