AbstractCollectionBase-Klasse

The AbstractCollectionBase object is a base class object that is used in the construction of collection objects.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public MustInherit Class AbstractCollectionBase
'Usage
Dim instance As AbstractCollectionBase
public abstract class AbstractCollectionBase
public ref class AbstractCollectionBase abstract
[<AbstractClassAttribute>]
type AbstractCollectionBase =  class end
public abstract class AbstractCollectionBase

Der AbstractCollectionBase-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Geschützte Methode AddExisting Adds an object to the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplAddExisting Adds an object to the collection.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

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.

Zum Anfang

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

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