AbstractCollectionBase Members

Include Protected Members
Include Inherited Members

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

The AbstractCollectionBase type exposes the following members.

Methods

  Name Description
Protected method AddExisting(SqlSmoObject) Adds an object to the collection.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method ImplAddExisting(SqlSmoObject) Adds an object to the collection.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field initialized This value supports the SMO infrastructure and is not intended to be used directly from your code.

Top