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 值的 SqlBytesnull 引用。

适用于

另请参阅