Поделиться через


Метод 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