ProjectInfo.ScriptValidate Metodo

Definizione

Convalida lo 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

Parametri

use32RuntimeOn64
Boolean

True per usare il runtime a 32 bit per l'esecuzione in un server a 64 bit; in caso contrario, false.

referenceUsage
ProjectInfo.ReferenceUsage

Utilizzo del riferimento.

reference
EnvironmentReference

Riferimento utilizzato per convalidare lo script.

Restituisce

Script convalidato.

Si applica a