Compartir a través de


PackageInfo.Execute Método (Boolean, EnvironmentReference)

Executes a package with the specified reference.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Function Execute ( _
    use32RuntimeOn64 As Boolean, _
    reference As EnvironmentReference _
) As Long
'Uso
Dim instance As PackageInfo 
Dim use32RuntimeOn64 As Boolean 
Dim reference As EnvironmentReference 
Dim returnValue As Long 

returnValue = instance.Execute(use32RuntimeOn64, _
    reference)
public long Execute(
    bool use32RuntimeOn64,
    EnvironmentReference reference
)
public:
long long Execute(
    bool use32RuntimeOn64, 
    EnvironmentReference^ reference
)
member Execute : 
        use32RuntimeOn64:bool * 
        reference:EnvironmentReference -> int64
public function Execute(
    use32RuntimeOn64 : boolean, 
    reference : EnvironmentReference
) : long

Parámetros

  • use32RuntimeOn64
    Tipo: System.Boolean
    True to use 32 bit runtime for execution on a 64-bit server; otherwise, false.

Valor devuelto

Tipo: System.Int64
The specified package.

Vea también

Referencia

PackageInfo Clase

Sobrecarga de Execute

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices