Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Executes the package script using the specified reference.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Function ScriptExecute ( _
use32RuntimeOn64 As Boolean, _
reference As EnvironmentReference _
) As ISfcScript
'Utilisation
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
Paramètres
- use32RuntimeOn64
Type : System.Boolean
True to use 32 bit runtime for execution on a 64-bit server; otherwise, false.
- reference
Type : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
The specified reference to execute the package.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The executed script.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices