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 | |
---|---|---|
AddExisting(SqlSmoObject) | Adds an object to the collection. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
ImplAddExisting(SqlSmoObject) | Adds an object to the collection. | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
initialized | This value supports the SMO infrastructure and is not intended to be used directly from your code. |
Top