ProjectInfo.Validate Methode

Definition

Validiert das Projekt.

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

Parameter

use32RuntimeOn64
Boolean

True, die 32-Bit-Laufzeit für die Ausführung auf einem 64-Bit-Server zu verwenden; ansonsten falsch.

referenceUsage
ProjectInfo.ReferenceUsage

Die Referenznutzung.

reference
EnvironmentReference

Die Referenz, die zur Validierung des Projekts verwendet wird.

Gibt zurück

Das validierte Projekt.

Gilt für: