ArrayListCollectionBase.AddImpl Method
Adds the specified object to this collection at the specified index.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
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
)
Parámetros
- 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.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ArrayListCollectionBase Class
ArrayListCollectionBase Members
Microsoft.SqlServer.Management.Smo Namespace