Propriedade UserDefinedTypeFormat
Gets the serialization format for the alias data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat
Get
'Uso
Dim instance As UserDefinedType
Dim value As UserDefinedTypeFormat
value = instance.UserDefinedTypeFormat
[SfcPropertyAttribute]
public UserDefinedTypeFormat UserDefinedTypeFormat { get; }
[SfcPropertyAttribute]
public:
property UserDefinedTypeFormat UserDefinedTypeFormat {
UserDefinedTypeFormat get ();
}
[<SfcPropertyAttribute>]
member UserDefinedTypeFormat : UserDefinedTypeFormat
function get UserDefinedTypeFormat () : UserDefinedTypeFormat
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTypeFormat
A UserDefinedTypeFormat that specifies the serialization format of the alias data type.
Consulte também