SmoCollectionBase.ImplAddExisting 메서드
Adds an existing object to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Overrides Sub ImplAddExisting ( _
obj As SqlSmoObject _
)
‘사용 방법
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
)
매개 변수
- obj
유형: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject that specifies the object to add to the collection.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.