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
Public Overridable Sub ImportConfigurationFile ( _
bstrFileName As String _
)
'Usage
Dim instance As PackageRemote64Class
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)