Metodo IDTSPackage100.ImportConfigurationFile

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

Loads a configuration file associated with the package.

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

Sintassi

'Dichiarazione
Sub ImportConfigurationFile ( _
    bstrFileName As String _
)
'Utilizzo
Dim instance As IDTSPackage100 
Dim bstrFileName As String

instance.ImportConfigurationFile(bstrFileName)
void ImportConfigurationFile(
    string bstrFileName
)
void ImportConfigurationFile(
    [InAttribute] String^ bstrFileName
)
abstract ImportConfigurationFile : 
        bstrFileName:string -> unit
function ImportConfigurationFile(
    bstrFileName : String
)

Parametri

  • bstrFileName
    Tipo: System.String
    The path and the name of the file that contains the configuration.

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

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