Compartilhar via


Método PackageNeutralClass.ProcessConfiguration

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the configuration information for a package and its objects.

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

Sintaxe

'Declaração
Public Overridable Sub ProcessConfiguration ( _
    bstrPath As String, _
    vValue As Object _
)
'Uso
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
)

Parâmetros

  • bstrPath
    Tipo: System.String
    The location of the configuration file.
  • vValue
    Tipo: System.Object
    The data type of the configuration file.

Implementa

IDTSPackage100.ProcessConfiguration(String, Object)

Comentários

For more information, see Package.

Consulte também

Referência

PackageNeutralClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper