ProjectInfo.GetProjectBytes Method

Definition

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

public:
 cli::array <System::Byte> ^ GetProjectBytes();
public byte[] GetProjectBytes ();
member this.GetProjectBytes : unit -> byte[]
Public Function GetProjectBytes () As Byte()

Returns

Byte[]

The IS project data.

Applies to