ParameterCollectionBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class ParameterCollectionBase : Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
type ParameterCollectionBase = class
inherit ArrayListCollectionBase
Public MustInherit Class ParameterCollectionBase
Inherits ArrayListCollectionBase
- Inheritance
- Derived
Fields
initialized | (Inherited from AbstractCollectionBase) |
Properties
Count | (Inherited from SmoCollectionBase) |
IsSynchronized | (Inherited from SmoCollectionBase) |
ParentInstance | (Inherited from AbstractCollectionBase) |
SyncRoot | (Inherited from SmoCollectionBase) |
Methods
AddExisting(SqlSmoObject) | (Inherited from AbstractCollectionBase) |
AddImpl(SqlSmoObject, Int32) | (Inherited from ArrayListCollectionBase) |
ClearAndInitialize(String, IEnumerable<String>) |
Clears old objects and initializes the collection (Inherited from SmoCollectionBase) |
Contains(String) | |
GetCollectionElementType() | (Inherited from SmoCollectionBase) |
GetEnumerator() |
Returns an enumerator after making sure the collection is initialized with the default properties (Inherited from SmoCollectionBase) |
GetItemById(Int32) | (Inherited from SmoCollectionBase) |
GetItemById(Int32, String) | (Inherited from SmoCollectionBase) |
GetObjectByIndex(Int32) | (Inherited from SmoCollectionBase) |
ImplAddExisting(SqlSmoObject) |
Inserts the object into the collection. Because the key is the name, we need to insert in the order of ID |
InitializeChildCollection() |
Initialize the child collection (Inherited from SmoCollectionBase) |
InitializeChildCollection(Boolean) |
Initializes the child collection, optionally keeping all the old objects (Inherited from SmoCollectionBase) |
InitInnerCollection() | |
Refresh() | (Inherited from SmoCollectionBase) |
Refresh(Boolean) | (Inherited from SmoCollectionBase) |
Remove(String) | |
ResetCollection() |
Empties the collection but doesn't attempt to retrieve any data (Inherited from SmoCollectionBase) |
ValidateParentObject(SqlSmoObject) | (Inherited from SmoCollectionBase) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | (Inherited from SmoCollectionBase) |