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 | |
---|---|---|
AddExisting | Adds an object to the collection. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ImplAddExisting | Adds an object to the collection. | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
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.