ProjectInfo.GetProjectBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.