UserDefinedType.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 配列の値です。

使用例

データ型の処理

関連項目

参照

UserDefinedType クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CLR ユーザー定義型の使用

CREATE TYPE (Transact-SQL)