次の方法で共有


BinaryTypeIdentifier プロパティ

バイナリ型を一意に識別する ID 値を取得します。

名前空間:  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> [] () [] []
バイナリ型の識別子を示す Uint8 配列の値です。