UserDefinedType.BinaryTypeIdentifier 속성

Gets the ID value that uniquely identifies the binary type.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BinaryTypeIdentifier As Byte()
    Get
‘사용 방법
Dim instance As UserDefinedType 
Dim value As Byte()

value = instance.BinaryTypeIdentifier
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] BinaryTypeIdentifier { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ BinaryTypeIdentifier {
    array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BinaryTypeIdentifier : byte[]
function get BinaryTypeIdentifier () : byte[]

속성 값

유형: array<System.Byte[]
An Uint8 array value that specifies the identifier of the binary type.

데이터 형식 사용

참고 항목

참조

UserDefinedType 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CLR 사용자 정의 형식 작업

CREATE TYPE(Transact-SQL)