ProjectInfo.GetProjectBytes 方法

Retrieves the Integration Services project data, which is stored as a byte array, for this project.

命名空间:  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[]
The IS project data.

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间