Classe RunningPackages
Contains a collection of RunningPackage objects. This collection contains the list of packages that were running when the GetRunningPackages method was called, and is not updated when a new package starts or a listed package terminates. If you need a new snapshot, you should call GetRunningPackages again. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime..::..RunningPackages
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Class RunningPackages _
Inherits DTSReadOnlyCollectionBase
'Utilisation
Dim instance As RunningPackages
public class RunningPackages : DTSReadOnlyCollectionBase
public ref class RunningPackages : public DTSReadOnlyCollectionBase
type RunningPackages =
class
inherit DTSReadOnlyCollectionBase
end
public class RunningPackages extends DTSReadOnlyCollectionBase
Le type RunningPackages expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (hérité de DTSReadOnlyCollectionBase.) | |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (hérité de DTSReadOnlyCollectionBase.) | |
SyncRoot | Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (hérité de DTSReadOnlyCollectionBase.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (hérité de DTSReadOnlyCollectionBase.) | |
CreateManagedObject | Infrastructure. (remplace DTSReadOnlyCollectionBase. . :: . .CreateManagedObject(Object).) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetCount | Infrastructure. (remplace DTSReadOnlyCollectionBase. . :: . .GetCount() () () ().) | |
GetEnumerator | Returns an enumerator for use in iterating over the RunningPackages collection. | |
GetHashCode | (hérité de Object.) | |
GetManagedEnumerator | Infrastructure. (remplace DTSReadOnlyCollectionBase. . :: . .GetManagedEnumerator(Object).) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_unmanagedColl | Infrastructure. (hérité de DTSReadOnlyCollectionBase.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.