RunningPackage 클래스
Provides a reference to the run-time package to use from the Integration Services service. This class cannot be inherited.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.RunningPackage
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public NotInheritable Class RunningPackage _
Inherits DtsObject
‘사용 방법
Dim instance As RunningPackage
public sealed class RunningPackage : DtsObject
public ref class RunningPackage sealed : public DtsObject
[<SealedAttribute>]
type RunningPackage =
class
inherit DtsObject
end
public final class RunningPackage extends DtsObject
RunningPackage 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
ExecutionDuration | Returns an Integer that specifies how long the package took to run. | |
ExecutionStartTime | Returns the time that the package started running. | |
InstanceID | Returns the unique ID associated with this instance of the running object. This field is read-only. | |
PackageDescription | Returns a description for the package. This field is read-only. | |
PackageID | Returns the ID associated with the package. This property is read-only. | |
PackageName | Returns the name of the package. This property is read-only. | |
UserName | Returns the user name used to log on to the server. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | Determines whether two object instances are equal. (DtsObject에서 상속됨) | |
GetHashCode | Returns the hash code for this instance. (DtsObject에서 상속됨) | |
GetType | (Object에서 상속됨) | |
Stop | Stops the selected package. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
This class provides information to the Object Explorer, where users, database administrators, and system administrators can use a graphical user interface to manage the package storage and view information about the packages that are currently running.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.