SqlBinary.Item[Int32] 属性

定义

Value 属性获取单字节,该属性位于整数参数 index 指示的位置。 如果 index 指示位置位于字节数组的结尾以外,将引发 SqlNullValueException。 此属性为只读。

public:
 property System::Byte default[int] { System::Byte get(int index); };
public byte this[int index] { get; }
member this.Item(int) : byte
Default Public ReadOnly Property Item(index As Integer) As Byte

参数

index
Int32

要检索的字节的位置。

属性值

位于整数参数指示的位置的字节。

例外

Value 属性包含 Null 时,读取该属性。

- 或 -

index 参数指示超过字节数组长度(由 Length 属性指示)的位置。

注解

若要避免引发 , SqlNullValueException请在读取此属性之前检查 IsNull 属性和 Length 属性。

适用于

另请参阅