ArrayListCollectionBase.AddImpl Method
Adds the specified object to this collection at the specified index.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Protected Sub AddImpl ( _
obj As SqlSmoObject, _
insertAtPosition As Integer _
)
protected void AddImpl (
SqlSmoObject obj,
int insertAtPosition
)
protected:
void AddImpl (
SqlSmoObject^ obj,
int insertAtPosition
)
protected void AddImpl (
SqlSmoObject obj,
int insertAtPosition
)
protected function AddImpl (
obj : SqlSmoObject,
insertAtPosition : int
)
Parametri
- obj
An SqlSmoObject value that will be added to the collection.
- insertAtPosition
An Int32 value that specifies the index position in the collection at which to insert the specified object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ArrayListCollectionBase Class
ArrayListCollectionBase Members
Microsoft.SqlServer.Management.Smo Namespace