ProjectInfo.ScriptValidate Méthode

Définition

Valide le script.

public:
 Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptValidate(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo::ReferenceUsage referenceUsage, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptValidate (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage referenceUsage, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
member this.ScriptValidate : bool * Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptValidate (use32RuntimeOn64 As Boolean, referenceUsage As ProjectInfo.ReferenceUsage, reference As EnvironmentReference) As ISfcScript

Paramètres

use32RuntimeOn64
Boolean

True pour utiliser le runtime 32 bits pour l’exécution sur un serveur 64 bits ; sinon, false.

referenceUsage
ProjectInfo.ReferenceUsage

Utilisation de référence.

reference
EnvironmentReference

Référence utilisée pour valider le script.

Retours

Script validé.

S’applique à