다음을 통해 공유


Discover 메서드

Object 유형의 목록을 검색합니다.

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

구문

‘선언
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> ) > ) >
Object 유형의 일반 목록입니다.