ProjectInfo.GetProjectBytes メソッド

このプロジェクトのバイト配列として格納されている Integration Services プロジェクト データを取得します。

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

構文

'宣言
Public Function GetProjectBytes As Byte()
'使用
Dim instance As ProjectInfo 
Dim returnValue As Byte()

returnValue = instance.GetProjectBytes()
public byte[] GetProjectBytes()
public:
array<unsigned char>^ GetProjectBytes()
member GetProjectBytes : unit -> byte[] 
public function GetProjectBytes() : byte[]

戻り値

型: array<System.Byte[]
IS プロジェクト データ。

関連項目

参照

ProjectInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間