Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.

语法

public SQLServerBlob(SQLServerConnection connection,
                     byte[] data)

参数

connection

A SQLServerConnection object.

data

A byte array.

另请参见

SQLServerBlob Class
SQLServerBlob Constructors
SQLServerBlob Members