Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Validates a specified package.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function Validate ( _
use32RuntimeOn64 As Boolean, _
referenceUsage As PackageInfo.ReferenceUsage, _
reference As EnvironmentReference _
) As Long
'Usage
Dim instance As PackageInfo
Dim use32RuntimeOn64 As Boolean
Dim referenceUsage As PackageInfo.ReferenceUsage
Dim reference As EnvironmentReference
Dim returnValue As Long
returnValue = instance.Validate(use32RuntimeOn64, _
referenceUsage, reference)
public long Validate(
bool use32RuntimeOn64,
PackageInfo.ReferenceUsage referenceUsage,
EnvironmentReference reference
)
public:
long long Validate(
bool use32RuntimeOn64,
PackageInfo.ReferenceUsage referenceUsage,
EnvironmentReference^ reference
)
member Validate :
use32RuntimeOn64:bool *
referenceUsage:PackageInfo.ReferenceUsage *
reference:EnvironmentReference -> int64
public function Validate(
use32RuntimeOn64 : boolean,
referenceUsage : PackageInfo.ReferenceUsage,
reference : EnvironmentReference
) : long
Parameters
- use32RuntimeOn64
Type: System.Boolean
True to use 32 bit runtime for execution on a 64-bit server; otherwise, false.
- referenceUsage
Type: Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ReferenceUsage
The reference usage.
- reference
Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
The reference used to validate the package.
Return Value
Type: System.Int64
The package.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace