Udostępnij za pośrednictwem


Metoda SqlSmoObject.Discover

Wykrywa listy typu Object.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Function Discover As List(Of Object)
'Użycie
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>

Wartość zwracana

Typ: System.Collections.Generic.List<Object>
Lista ogólna typu Object.