IDTSProject100.GetPackageNoLoad(Int32, String) 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.
Gets the package that doesn’t have a load.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetPackageNoLoad(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetPackageNoLoad (int iPackage, out string bstrPackageStreamName);
abstract member GetPackageNoLoad : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetPackageNoLoad (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100
Parameters
- iPackage
- Int32
The package.
- bstrPackageStreamName
- String
The stream name of the package.
Returns
The returned package.