Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Public Overridable Sub ImportConfigurationFile ( _
bstrFileName As String _
)
'Usage
Dim instance As PackageNeutralClass
Dim bstrFileName As String
instance.ImportConfigurationFile(bstrFileName)
public virtual void ImportConfigurationFile(
string bstrFileName
)
public:
virtual void ImportConfigurationFile(
[InAttribute] String^ bstrFileName
)
abstract ImportConfigurationFile :
bstrFileName:string -> unit
override ImportConfigurationFile :
bstrFileName:string -> unit
public function ImportConfigurationFile(
bstrFileName : String
)
Parameters
- bstrFileName
Type: System.String
The path and name of the file that contains the configuration.
Implements
IDTSPackage100.ImportConfigurationFile(String)
Remarks
For more information, see Package.