Udostępnij za pośrednictwem


Właściwość UserDefinedType.BinaryTypeIdentifier

Pobiera wartość Identyfikatora, który unikatowo identyfikuje typ binarny.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BinaryTypeIdentifier As Byte()
    Get
'Użycie
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[]

Wartość właściwości

Typ: array<System.Byte[]
Uint8 Wartość tablicy, która określa identyfikator typu binarnego.