AbstractCollectionBase.AddExisting Método
Adds an object to the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Friend Sub AddExisting ( _
smoObj As SqlSmoObject _
)
'Uso
Dim smoObj As SqlSmoObject
Me.AddExisting(smoObj)
protected internal void AddExisting(
SqlSmoObject smoObj
)
protected public:
void AddExisting(
SqlSmoObject^ smoObj
)
member AddExisting :
smoObj:SqlSmoObject -> unit
function AddExisting(
smoObj : SqlSmoObject
)
Parámetros
- smoObj
Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.