다음을 통해 공유


Discover 메서드

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

구문

‘선언
Public Function Discover As List(Of Object)
‘사용 방법
Dim instance As SqlSmoObject
Dim returnValue As List(Of Object)

returnValue = instance.Discover()
public List<Object> Discover()
public:
List<Object^>^ Discover()
member Discover : unit -> List<Object> 
public function Discover() : List<Object>

반환 값

형식: System.Collections.Generic. . :: . .List< (Of < ( <'Object> ) > ) >