Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the state of a package item.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Enumeration PackageItemState
'Usage
Dim instance As PackageItemState
public enum PackageItemState
public enum class PackageItemState
type PackageItemState
public enum PackageItemState
Members
| Member name | Description | |
|---|---|---|
| Loaded | The state is Loaded. | |
| LoadFailed | The state is LoadFailed. | |
| NotLoaded | The state is NotLoaded. |