Элементы ServiceCollection
The ServiceCollection class represents a collection of Service objects that represent all SQL Server services defined on the parent object.
Тип ServiceCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | Adds the specified object to the referenced collection. (Наследуется из WmiCollectionBase.) |
![]() |
Contains | Checks whether the specified key value exists in the collection. |
![]() |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
Remove | Removes the specified object from the referenced collection. (Наследуется из WmiCollectionBase.) |
![]() |
ToString | (Наследуется из Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
initialized | (Наследуется из WmiCollectionBase.) |
![]() |
innerColl | (Наследуется из WmiCollectionBase.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Gets the number of Service objects in the referenced collection. |
![]() |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Наследуется из WmiCollectionBase.) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets a Service object in the collection by index number. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets a Service object in the collection by name. |
![]() |
Parent | Gets the ManagedComputer object that is the parent of the ServiceCollection object. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Наследуется из WmiCollectionBase.) |
В начало
См. также