BlobColumn.GetBlobData(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回資料行中指定的資料部分。
public:
cli::array <System::Byte> ^ GetBlobData(int offset, int count);
public byte[] GetBlobData (int offset, int count);
member this.GetBlobData : int * int -> byte[]
Public Function GetBlobData (offset As Integer, count As Integer) As Byte()
參數
- offset
- Int32
開始擷取資料的位元組索引處。
- count
- Int32
要擷取之資料的位元組數。
傳回
- Byte[]
位元組陣列,其中包含資料行中的指定資料部分。