이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Returns a IDTSRunningPackages100 collection that contains IDTSRunningPackage100 objects. This property is read-only.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Function GetRunningPackages ( _
bstrMachineName As String _
) As IDTSRunningPackages100
‘사용 방법
Dim instance As IDTSApplication100
Dim bstrMachineName As String
Dim returnValue As IDTSRunningPackages100
returnValue = instance.GetRunningPackages(bstrMachineName)
IDTSRunningPackages100 GetRunningPackages(
string bstrMachineName
)
IDTSRunningPackages100^ GetRunningPackages(
[InAttribute] String^ bstrMachineName
)
abstract GetRunningPackages :
bstrMachineName:string -> IDTSRunningPackages100
function GetRunningPackages(
bstrMachineName : String
) : IDTSRunningPackages100
매개 변수
- bstrMachineName
유형: System.String
The instance of SQL Server that the application is running on.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackages100
A IDTSRunningPackages100 collection that contains the IDTSRunningPackage100 objects that represent all the packages that are currently executing on the computer.