SortedListCollectionBase.AddImpl Método
Adds the specified object to this collection
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Sub AddImpl ( _
obj As SqlSmoObject _
)
'Uso
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
)
Parámetros
Ejemplos
Vea también
Referencia
SortedListCollectionBase Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo