Поделиться через


Метод IDTSPackage100.ImportConfigurationFile

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Loads a configuration file associated with the package.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub ImportConfigurationFile ( _
    bstrFileName As String _
)
'Применение
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
)

Параметры

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

Замечания

This interface is implemented by the Package and PackageNeutral interfaces.

См. также

Справочник

IDTSPackage100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper