IDTSProject100.GetPackage(Int32, String) Method

Definition

Gets the package for the project.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetPackage(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetPackage (int iPackage, out string bstrPackageStreamName);
abstract member GetPackage : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetPackage (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100

Parameters

iPackage
Int32

The package.

bstrPackageStreamName
String

The package stream name.

Returns

IDTSPackage100

The returned package.

Applies to