Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum UserDefinedTypeFormat
Member nameDescription
NativeStored in native format.
UserDefinedStores in user-defined format.
SerializedDataComputes serialized format once for this type.
SerializedDataWithMetadataStores serialized format for each instance.

The UserDefinedDataType enumeration class is served by the UserDefinedTypeFormat property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.