ProjectInfo.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the project.
public:
long Validate(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo::ReferenceUsage referenceUsage, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public long Validate (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage referenceUsage, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
override this.Validate : bool * Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> int64
Public Function Validate (use32RuntimeOn64 As Boolean, referenceUsage As ProjectInfo.ReferenceUsage, reference As EnvironmentReference) As Long
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 project.
Returns
The validated project.