Метод IDTSPackage100.ProcessConfiguration
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Sets configuration information for a package and its objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
'Применение
Dim instance As IDTSPackage100
Dim bstrPath As String
Dim vValue As Object
instance.ProcessConfiguration(bstrPath, _
vValue)
void ProcessConfiguration(
string bstrPath,
Object vValue
)
void ProcessConfiguration(
[InAttribute] String^ bstrPath,
[InAttribute] Object^ vValue
)
abstract ProcessConfiguration :
bstrPath:string *
vValue:Object -> unit
function ProcessConfiguration(
bstrPath : String,
vValue : Object
)
Параметры
- bstrPath
Тип: System.String
The location of the configuration file.
- vValue
Тип: System.Object
The data type of the configuration file.
Замечания
This interface is implemented by the Package and PackageNeutral interfaces.