Méthode SqlSmoObject.Discover

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

Voir aussi

Référence

SqlSmoObject Classe

Espace de noms Microsoft.SqlServer.Management.Smo