Método ProcessConfiguration
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
This interface is implemented by the Package and PackageNeutral interfaces.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
'Uso
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
)
Consulte também