This topic has not yet been rated - Rate this topic

ArrayListCollectionBase.AddImpl Method

Adds an object or member to this collection at the specified index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void AddImpl(
	SqlSmoObject obj,
	int insertAtPosition
)

Parameters

obj
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
An SqlSmoObject value that will be added to the collection.
insertAtPosition
Type: System.Int32
An Int32 value that specifies the index position in the collection at which to insert the specified object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.