Поделиться через


Свойство UserDefinedType.UserDefinedTypeFormat

Gets the serialization format for the alias data type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat 
    Get
'Применение
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

Значение свойства

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

Примеры

Работа с типами данных

См. также

Справочник

UserDefinedType Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Работа с определяемыми пользователем типами данных CLR

CREATE TYPE (Transact-SQL)