इसके माध्यम से साझा किया गया


PackageNeutralClass.ProcessConfiguration Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Sub ProcessConfiguration ( _
    bstrPath As String, _
    vValue As Object _
)
'Usage
Dim instance As PackageNeutralClass
Dim bstrPath As String
Dim vValue As Object

instance.ProcessConfiguration(bstrPath, _
    vValue)
public virtual void ProcessConfiguration(
    string bstrPath,
    Object vValue
)
public:
virtual void ProcessConfiguration(
    [InAttribute] String^ bstrPath, 
    [InAttribute] Object^ vValue
)
abstract ProcessConfiguration : 
        bstrPath:string * 
        vValue:Object -> unit 
override ProcessConfiguration : 
        bstrPath:string * 
        vValue:Object -> unit 
public function ProcessConfiguration(
    bstrPath : String, 
    vValue : Object
)

Parameters

Implements

IDTSPackage100.ProcessConfiguration(String, Object)