Compartilhar via


Método ProjectInfo.ScriptValidate

Validates the script.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Function ScriptValidate ( _
    use32RuntimeOn64 As Boolean, _
    referenceUsage As ProjectInfo.ReferenceUsage, _
    reference As EnvironmentReference _
) As ISfcScript
'Uso
Dim instance As ProjectInfo 
Dim use32RuntimeOn64 As Boolean 
Dim referenceUsage As ProjectInfo.ReferenceUsage 
Dim reference As EnvironmentReference 
Dim returnValue As ISfcScript 

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

Parâmetros

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

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The validated script.

Consulte também

Referência

ProjectInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices