SqlSmoObject.. Method

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

Syntax

'Declaration
Private Function Discover As List(Of Object)
    Implements IAlienObject.Discover
'Usage
Dim instance As SqlSmoObject
Dim returnValue As List(Of Object)

returnValue = CType(instance, IAlienObject).Discover()
List<Object> IAlienObject.Discover()
private:
virtual List<Object^>^ Discover() sealed = IAlienObject::Discover
private abstract Discover : unit -> List<Object> 
private override Discover : unit -> List<Object> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IAlienObjectDiscover()