Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the package that doesn’t have a load.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function GetPackageNoLoad ( _
iPackage As Integer, _
<OutAttribute> ByRef bstrPackageStreamName As String _
) As IDTSPackage100
'Uso
Dim instance As IDTSProject100
Dim iPackage As Integer
Dim bstrPackageStreamName As String
Dim returnValue As IDTSPackage100
returnValue = instance.GetPackageNoLoad(iPackage, _
bstrPackageStreamName)
IDTSPackage100 GetPackageNoLoad(
int iPackage,
out string bstrPackageStreamName
)
IDTSPackage100^ GetPackageNoLoad(
[InAttribute] int iPackage,
[OutAttribute] String^% bstrPackageStreamName
)
abstract GetPackageNoLoad :
iPackage:int *
bstrPackageStreamName:string byref -> IDTSPackage100
function GetPackageNoLoad(
iPackage : int,
bstrPackageStreamName : String
) : IDTSPackage100
Parámetros
- iPackage
Tipo: System.Int32
The package.
- bstrPackageStreamName
Tipo: System.String%
The stream name of the package.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
The returned package.