Partager via


Méthode IDTSPackage100.ImportConfigurationFile

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Loads a configuration file associated with the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub ImportConfigurationFile ( _
    bstrFileName As String _
)
'Utilisation
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
)

Paramètres

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

Notes

This interface is implemented by the Package and PackageNeutral interfaces.

Voir aussi

Référence

IDTSPackage100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper