Méthode Discover

Découvre une liste de type Object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function Discover As List(Of Object)
'Utilisation
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>

Valeur de retour

Type : System.Collections.Generic. . :: . .List< (Of < ( <'Object> ) > ) >
Liste générique de type Object.