Partager via


Méthode ProcessConfiguration

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

This interface is implemented by the Package and PackageNeutral interfaces.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub ProcessConfiguration ( _
    bstrPath As String, _
    vValue As Object _
)
'Utilisation
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
)

Paramètres