다음을 통해 공유


AddExisting 메서드

Adds an object to the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Protected Friend Sub AddExisting ( _
    smoObj As SqlSmoObject _
)
‘사용 방법
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
)

매개 변수