SmoCollectionBase-Klasse

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.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo.SmoCollectionBase
      Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
      Microsoft.SqlServer.Management.Smo.SortedListCollectionBase

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public MustInherit Class SmoCollectionBase _
    Inherits AbstractCollectionBase _
    Implements ICollection, IEnumerable
'Usage
Dim instance As SmoCollectionBase
public abstract class SmoCollectionBase : AbstractCollectionBase, 
    ICollection, IEnumerable
public ref class SmoCollectionBase abstract : public AbstractCollectionBase, 
    ICollection, IEnumerable
[<AbstractClassAttribute>]
type SmoCollectionBase =  
    class 
        inherit AbstractCollectionBase 
        interface ICollection 
        interface IEnumerable 
    end
public abstract class SmoCollectionBase extends AbstractCollectionBase implements ICollection, IEnumerable

Der SmoCollectionBase-Typ macht folgende Elemente verfügbar.

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

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 Adds an existing object to the collection. (Ü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

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Verwenden von Auflistungen

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace