PackageInfo.Execute 메서드 (Boolean, EnvironmentReference)

Executes a package with the specified reference.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public Function Execute ( _
    use32RuntimeOn64 As Boolean, _
    reference As EnvironmentReference _
) As Long
‘사용 방법
Dim instance As PackageInfo 
Dim use32RuntimeOn64 As Boolean 
Dim reference As EnvironmentReference 
Dim returnValue As Long 

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

매개 변수

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

반환 값

유형: System.Int64
The specified package.

참고 항목

참조

PackageInfo 클래스

Execute 오버로드

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스