Condividi tramite


Metodo SqlSmoObject.Discover

Discovers a list of type Object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function Discover As List(Of Object)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.Generic.List<Object>
A generic list of type Object.

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo