Метод IDTSPackage100.ExportConfigurationFile
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates an XML file that contains all deployable variables in the package.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub ExportConfigurationFile ( _
bstrFileName As String _
)
'Применение
Dim instance As IDTSPackage100
Dim bstrFileName As String
instance.ExportConfigurationFile(bstrFileName)
void ExportConfigurationFile(
string bstrFileName
)
void ExportConfigurationFile(
[InAttribute] String^ bstrFileName
)
abstract ExportConfigurationFile :
bstrFileName:string -> unit
function ExportConfigurationFile(
bstrFileName : String
)
Параметры
- bstrFileName
Тип: System.String
The name of the configuration file.
Замечания
This interface is implemented by the Package and PackageNeutral interfaces.