Classe PackageItem
Contains package related information including the package and state.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageItem
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class PackageItem
'Utilizzo
Dim instance As PackageItem
public sealed class PackageItem
public ref class PackageItem sealed
[<SealedAttribute>]
type PackageItem = class end
public final class PackageItem
Nel tipo PackageItem sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
EntryPoint | Gets or sets a value that indicates whether the package is an entry point in the project. | |
Package | Infrastruttura. 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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
LoadPackage | Loads a package into the project with specified events. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.