Compartir a través de


UserDefinedType.UserDefinedTypeFormat Propiedad

Gets the serialization format for the alias data type.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Trabajar con tipos de datos

Vea también

Referencia

UserDefinedType Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Trabajar con tipos definidos por el usuario para CLR

CREATE TYPE (Transact-SQL)