ServiceCollection 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.
Strongly typed list of MAPPED_TYPE objects Has strongly typed support for all of the methods of the sorted list class
public sealed class ServiceCollection : Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase, System.Collections.ICollection
type ServiceCollection = class
inherit WmiCollectionBase
interface ICollection
interface IEnumerable
Public NotInheritable Class ServiceCollection
Inherits WmiCollectionBase
Implements ICollection
- Inheritance
- Implements
Fields
initialized | (Inherited from WmiCollectionBase) |
innerColl | (Inherited from WmiCollectionBase) |
Properties
Count | |
IsSynchronized | (Inherited from WmiCollectionBase) |
Item[Int32] | |
Item[String] | |
SyncRoot | (Inherited from WmiCollectionBase) |
Methods
Add(WmiSmoObject) | (Inherited from WmiCollectionBase) |
Contains(String) | |
CopyTo(Service[], Int32) | |
GetEnumerator() | |
Remove(String) | (Inherited from WmiCollectionBase) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |