JobCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class JobCollection : Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
type JobCollection = class
inherit ArrayListCollectionBase
Public Class JobCollection
Inherits ArrayListCollectionBase
- Inheritance
Fields
initialized | (Inherited from AbstractCollectionBase) |
Properties
Count | (Inherited from SmoCollectionBase) |
IsSynchronized | (Inherited from SmoCollectionBase) |
Item[Int32] | |
Item[String, Int32] | |
Item[String] | |
Parent | |
ParentInstance | (Inherited from AbstractCollectionBase) |
SyncRoot | (Inherited from SmoCollectionBase) |
Methods
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | (Inherited from SmoCollectionBase) |