UserDefinedType.UserDefinedTypeFormat Property

Gets the serialization format for the alias data type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat 
    Get
'Usage
Dim instance As UserDefinedType 
Dim value As UserDefinedTypeFormat 

value = instance.UserDefinedTypeFormat
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public UserDefinedTypeFormat UserDefinedTypeFormat { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property UserDefinedTypeFormat UserDefinedTypeFormat {
    UserDefinedTypeFormat get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member UserDefinedTypeFormat : UserDefinedTypeFormat
function get UserDefinedTypeFormat () : UserDefinedTypeFormat

Property Value

Type: Microsoft.SqlServer.Management.Smo.UserDefinedTypeFormat
A UserDefinedTypeFormat that specifies the serialization format of the alias data type.

Examples

Working with Data Types

See Also

Reference

UserDefinedType Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Working with CLR User-defined Types

CREATE TYPE (Transact-SQL)