Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Adds the specified object to this collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub AddImpl ( _
obj As SqlSmoObject _
)
'Usage
Dim obj As SqlSmoObject
Me.AddImpl(obj)
protected void AddImpl(
SqlSmoObject obj
)
protected:
void AddImpl(
SqlSmoObject^ obj
)
member AddImpl :
obj:SqlSmoObject -> unit
protected function AddImpl(
obj : SqlSmoObject
)
Parameters
Examples
See Also
Reference
SortedListCollectionBase Class
Microsoft.SqlServer.Management.Smo Namespace