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


UserDefinedType.UserDefinedTypeFormat Property

Gets the serialization format for the alias data type.

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

Синтаксис

'Декларация
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat
public UserDefinedTypeFormat UserDefinedTypeFormat { get; }
public:
property UserDefinedTypeFormat UserDefinedTypeFormat {
    UserDefinedTypeFormat get ();
}
/** @property */
public UserDefinedTypeFormat get_UserDefinedTypeFormat ()
public function get UserDefinedTypeFormat () : UserDefinedTypeFormat

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

A UserDefinedTypeFormat that specifies the serialization format of the alias data type.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

UserDefinedType Class
UserDefinedType Members
Microsoft.SqlServer.Management.Smo Namespace

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

Working with Data Types
Работа с определяемыми пользователем типами данных CLR
CREATE TYPE (Transact-SQL)