Compartir a través de


Package.ProcessConfiguration Method

This method allows you to set configuration information for a package and its objects.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Sub ProcessConfiguration ( _
    sPath As String, _
    value As Object _
)
public void ProcessConfiguration (
    string sPath,
    Object value
)
public:
void ProcessConfiguration (
    String^ sPath, 
    Object^ value
)
public void ProcessConfiguration (
    String sPath, 
    Object value
)
public function ProcessConfiguration (
    sPath : String, 
    value : Object
)

Parámetros

  • sPath
    The location of the configuration file.
  • value
    A typecode value that represents the data type of the configuration file.

Notas

You can call the GetTypeCode method on classes that implement the IConvertible interface to obtain the type code for an instance of that class. Otherwise, call an object's GetType method to obtain its Type object, and then call the Type object's GetTypeCode method to obtain the object's type code. For more information about the valid TypeCodes, see TypeCode Enumeration.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Package Class
Package Members
Microsoft.SqlServer.Dts.Runtime Namespace