Metodo IDTSProject100.GetConfiguredPackageByName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the configured package by name.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetConfiguredPackageByName ( _
    bstrPackageStreamName As String _
) As IDTSPackage100
'Utilizzo
Dim instance As IDTSProject100 
Dim bstrPackageStreamName As String 
Dim returnValue As IDTSPackage100 

returnValue = instance.GetConfiguredPackageByName(bstrPackageStreamName)
IDTSPackage100 GetConfiguredPackageByName(
    string bstrPackageStreamName
)
IDTSPackage100^ GetConfiguredPackageByName(
    [InAttribute] String^ bstrPackageStreamName
)
abstract GetConfiguredPackageByName : 
        bstrPackageStreamName:string -> IDTSPackage100
function GetConfiguredPackageByName(
    bstrPackageStreamName : String
) : IDTSPackage100

Parametri

  • bstrPackageStreamName
    Tipo: System.String
    The package stream name.

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
The returned package.

Vedere anche

Riferimento

IDTSProject100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper