PackageItem 클래스
Contains package related information including the package and state.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageItem
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public NotInheritable Class PackageItem
‘사용 방법
Dim instance As PackageItem
public sealed class PackageItem
public ref class PackageItem sealed
[<SealedAttribute>]
type PackageItem = class end
public final class PackageItem
PackageItem 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
EntryPoint | Gets or sets a value that indicates whether the package is an entry point in the project. | |
Package | 인프라입니다. Gets the package of the PackageItem object. | |
State | Gets the state of the PackageItem object. | |
StreamName | Gets the name of the stream for the PackageItem object. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
LoadPackage | Loads a package into the project with specified events. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.