AddExisting méthode
Adds an object to the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Friend Sub AddExisting ( _
smoObj As SqlSmoObject _
)
'Utilisation
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
)
Paramètres
- smoObj
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.