Método SortedListCollectionBase.AddImpl
Adds the specified object to this collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
Exemplos
Consulte também
Referência
SortedListCollectionBase Classe
Namespace Microsoft.SqlServer.Management.Smo