Share via


IDTSProject100.GetPackageNoLoad(Int32, String) Metodo

Definizione

Ottiene il pacchetto senza un carico.

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

Parametri

iPackage
Int32

Il pacchetto.

bstrPackageStreamName
String

Nome di flusso del pacchetto.

Restituisce

Pacchetto restituito.

Si applica a