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 by name.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function GetPackageByName ( _
bstrPackageStreamName As String _
) As IDTSPackage100
'Uso
Dim instance As IDTSProject100
Dim bstrPackageStreamName As String
Dim returnValue As IDTSPackage100
returnValue = instance.GetPackageByName(bstrPackageStreamName)
IDTSPackage100 GetPackageByName(
string bstrPackageStreamName
)
IDTSPackage100^ GetPackageByName(
[InAttribute] String^ bstrPackageStreamName
)
abstract GetPackageByName :
bstrPackageStreamName:string -> IDTSPackage100
function GetPackageByName(
bstrPackageStreamName : String
) : IDTSPackage100
Parámetros
- bstrPackageStreamName
Tipo: System.String
The package stream name.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
The returned package.