Share via


Propriété UserDefinedTypeFormat

Gets the serialization format for the alias data type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat
    Get
'Utilisation
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

Valeur de propriété

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