IBinarySource 介面
The IBinarySource type is an interface that provides access to an I/O file stream.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Public Interface IBinarySource
'用途
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource = interface end
public interface IBinarySource
IBinarySource 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetContentReader | Gets the I/O file stream. | |
GetContents | Gets the contents of the file stream in a byte array. |
上層
備註
Using the IBinarySource object, you can:
Get the I/O file stream.
Get the contents of the file in a byte array.