Compartilhar via


Método IDTSPackage100.ImportConfigurationFile

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Loads a configuration file associated with the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub ImportConfigurationFile ( _
    bstrFileName As String _
)
'Uso
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
)

Parâmetros

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

Comentários

This interface is implemented by the Package and PackageNeutral interfaces.

Consulte também

Referência

IDTSPackage100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper