Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Loads a configuration file associated with the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ImportConfigurationFile ( _
bstrFileName As String _
)
'Usage
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
)
Parameter
- bstrFileName
Typ: System.String
The path and the name of the file that contains the configuration.
Hinweise
This interface is implemented by the Package and PackageNeutral interfaces.