Freigeben über


ServiceCollection-Member

The ServiceCollection class represents a collection of Service objects that represent all SQL Server services defined on the parent object.

Der ServiceCollection-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Geschützte Methode Add Adds the specified object to the referenced collection. (Geerbt von WmiCollectionBase.)
Öffentliche Methode Contains Checks whether the specified key value exists in the collection.
Öffentliche Methode CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode Remove Removes the specified object from the referenced collection. (Geerbt von WmiCollectionBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld initialized (Geerbt von WmiCollectionBase.)
Geschütztes Feld innerColl (Geerbt von WmiCollectionBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of Service objects in the referenced collection.
Öffentliche Eigenschaft IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Geerbt von WmiCollectionBase.)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Gets a Service object in the collection by index number.
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets a Service object in the collection by name.
Öffentliche Eigenschaft Parent Gets the ManagedComputer object that is the parent of the ServiceCollection object.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection. (Geerbt von WmiCollectionBase.)

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo

Zum Anfang