Condividi tramite


Metodo ProjectInfo.Validate

Validates the project.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Function Validate ( _
    use32RuntimeOn64 As Boolean, _
    referenceUsage As ProjectInfo.ReferenceUsage, _
    reference As EnvironmentReference _
) As Long
'Utilizzo
Dim instance As ProjectInfo 
Dim use32RuntimeOn64 As Boolean 
Dim referenceUsage As ProjectInfo.ReferenceUsage 
Dim reference As EnvironmentReference 
Dim returnValue As Long 

returnValue = instance.Validate(use32RuntimeOn64, _
    referenceUsage, reference)
public long Validate(
    bool use32RuntimeOn64,
    ProjectInfo.ReferenceUsage referenceUsage,
    EnvironmentReference reference
)
public:
long long Validate(
    bool use32RuntimeOn64, 
    ProjectInfo.ReferenceUsage referenceUsage, 
    EnvironmentReference^ reference
)
member Validate : 
        use32RuntimeOn64:bool * 
        referenceUsage:ProjectInfo.ReferenceUsage * 
        reference:EnvironmentReference -> int64
public function Validate(
    use32RuntimeOn64 : boolean, 
    referenceUsage : ProjectInfo.ReferenceUsage, 
    reference : EnvironmentReference
) : long

Parametri

  • use32RuntimeOn64
    Tipo: System.Boolean
    True to use 32 bit runtime for execution on a 64 bit server; otherwise, false.

Valore restituito

Tipo: System.Int64
The validated project.

Vedere anche

Riferimento

ProjectInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices