IDTSProject100.GetPackageNoLoad(Int32, String) 方法

定义

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSPackage100 ^ GetPackageNoLoad(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100 GetPackageNoLoad (int iPackage, out string bstrPackageStreamName);
Public Function GetPackageNoLoad (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100

参数

iPackage
Int32
bstrPackageStreamName
String

返回

IDTSPackage100

适用于