次の方法で共有


IBinarySource.GetContents メソッド

Gets the contents of the file stream in a byte array.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Function GetContents As ()
'使用

Dim instance As IBinarySource
Dim returnValue As ()

returnValue = instance.GetContents()
[] GetContents()
array<>^ GetContents()
abstract GetContents : unit -> [] 
function GetContents() : []

戻り値

型: array<[]
An array of System.Byte values that hold the contents of the file stream.

関連項目

参照

IBinarySource インターフェイス

Microsoft.SqlServer.Management.Dac 名前空間