Compartir a través de


IDTSPackage100.ProcessConfiguration Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets configuration information for a package and its objects.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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
)

Parámetros

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

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper