ImplAddExisting-Methode
Adds an existing object to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overrides Sub ImplAddExisting ( _
obj As SqlSmoObject _
)
'Usage
Dim obj As SqlSmoObject
Me.ImplAddExisting(obj)
protected override void ImplAddExisting(
SqlSmoObject obj
)
protected:
virtual void ImplAddExisting(
SqlSmoObject^ obj
) override
abstract ImplAddExisting :
obj:SqlSmoObject -> unit
override ImplAddExisting :
obj:SqlSmoObject -> unit
protected override function ImplAddExisting(
obj : SqlSmoObject
)
Parameter
- obj
Typ: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject that specifies the object to add to the collection.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.