SqlBytes.Value プロパティ

定義

この SqlBytes が保持する値のマネージド コピーを返します。

public:
 property cli::array <System::Byte> ^ Value { cli::array <System::Byte> ^ get(); };
public byte[] Value { get; }
member this.Value : byte[]
Public ReadOnly Property Value As Byte()

プロパティ値

Byte[]

この SqlBytes の値を表すバイト配列。

注釈

null 値 SqlBytesの null 参照を返します。

適用対象

こちらもご覧ください