ServerInstanceCollection 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 ServerInstanceCollection : Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase, System.Collections.ICollection
type ServerInstanceCollection = class
inherit WmiCollectionBase
interface ICollection
interface IEnumerable
Public NotInheritable Class ServerInstanceCollection
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(ServerInstance[], Int32) | |
| GetEnumerator() | |
| Remove(String) | (Inherited from WmiCollectionBase) |
Explicit Interface Implementations
| ICollection.CopyTo(Array, Int32) |