BinaryTypeIdentifier 속성
Gets the ID value that uniquely identifies the binary type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property BinaryTypeIdentifier As Byte()
Get
‘사용 방법
Dim instance As UserDefinedType
Dim value As Byte()
value = instance.BinaryTypeIdentifier
[SfcPropertyAttribute]
public byte[] BinaryTypeIdentifier { get; }
[SfcPropertyAttribute]
public:
property array<unsigned char>^ BinaryTypeIdentifier {
array<unsigned char>^ get ();
}
[<SfcPropertyAttribute>]
member BinaryTypeIdentifier : byte[]
function get BinaryTypeIdentifier () : byte[]
속성 값
형식: array<System. . :: . .Byte> [] () [] []
An Uint8 array value that specifies the identifier of the binary type.