ProjectInfo.ScriptValidate Method

Definition

Validates the 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

Parameters

use32RuntimeOn64
Boolean

True to use 32 bit runtime for execution on a 64 bit server; otherwise, false.

referenceUsage
ProjectInfo.ReferenceUsage

The reference usage.

reference
EnvironmentReference

The reference used to validate the script.

Returns

The validated script.

Applies to