Partilhar via


Método SqlSmoObject.Discover

Discovers a list of type Object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function Discover As List(Of Object)
'Uso
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>

Valor de retorno

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

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo