Compartir a través de


ProjectInfo.GetProjectBytes Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Function GetProjectBytes As Byte()
'Uso
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[]

Valor devuelto

Tipo: array<System.Byte[]
The IS project data.

Vea también

Referencia

ProjectInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices