Share via


SmoCollectionBase-Member

The SmoCollectionBase class is a base class that is used in the construction of SMO collection classes and contains members that are common to them.

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

Methoden

  Name Beschreibung
Geschützte Methode AddExisting Adds an object to the collection. (Geerbt von AbstractCollectionBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetCollectionElementType Gets the Collection Element Type.
Öffentliche Methode GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetItemById(Int32) Extracts a member from the referenced collection using a system-defined, unique identifier.
Geschützte Methode GetItemById(Int32, String) Extracts a member from the referenced collection using a system-defined, unique identifier and name.
Geschützte Methode GetObjectByIndex Extracts a member from the referenced collection using a system-defined, unique identifier.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplAddExisting (Überschreibt AbstractCollectionBase. . :: . .ImplAddExisting(SqlSmoObject).)
Geschützte Methode InitializeChildCollection() () () () Initializes the child collections of the referenced collection.
Geschützte Methode InitializeChildCollection(Boolean) Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.
Geschützte Methode InitInnerCollection Initializes the collection.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh() () () () Refreshes the referenced collection.
Öffentliche Methode Refresh(Boolean) Refreshes the referenced collection with the option to refresh child objects of the referenced collection.
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode ValidateParentObject Validates the parent object exists.

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld initialized This value supports the SMO infrastructure and is not intended to be used directly from your code. (Geerbt von AbstractCollectionBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of objects in the referenced collection.
Öffentliche Eigenschaft IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo Copies the elements from an instance to an array beginning at the index indicated.

Zum Anfang