Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Executes the package script using 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 ScriptExecute ( _
use32RuntimeOn64 As Boolean, _
reference As EnvironmentReference _
) As ISfcScript
'Uso
Dim instance As PackageInfo
Dim use32RuntimeOn64 As Boolean
Dim reference As EnvironmentReference
Dim returnValue As ISfcScript
returnValue = instance.ScriptExecute(use32RuntimeOn64, _
reference)
public ISfcScript ScriptExecute(
bool use32RuntimeOn64,
EnvironmentReference reference
)
public:
ISfcScript^ ScriptExecute(
bool use32RuntimeOn64,
EnvironmentReference^ reference
)
member ScriptExecute :
use32RuntimeOn64:bool *
reference:EnvironmentReference -> ISfcScript
public function ScriptExecute(
use32RuntimeOn64 : boolean,
reference : EnvironmentReference
) : ISfcScript
Parámetros
- use32RuntimeOn64
Tipo: System.Boolean
True to use 32 bit runtime for execution on a 64-bit server; otherwise, false.
- reference
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
The specified reference to execute the package.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The executed script.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices