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


UserDefinedType.BinaryTypeIdentifier Property

Gets the ID value that uniquely identifies the binary type.

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

Синтаксис

'Декларация
Public ReadOnly Property BinaryTypeIdentifier As Byte()
public byte[] BinaryTypeIdentifier { get; }
public:
property array<unsigned char>^ BinaryTypeIdentifier {
    array<unsigned char>^ get ();
}
/** @property */
public byte[] get_BinaryTypeIdentifier ()
public function get BinaryTypeIdentifier () : byte[]

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

An Uint8 array value that specifies the identifier of the binary 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)