Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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
)
Parameters
- bstrFileName
Type: System.String
The path and the name of the file that contains the configuration.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.