SqlSmoObject.Discover 메서드

Discovers a list of type 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<Object>
A generic list of type Object.

참고 항목

참조

SqlSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스