IAlienObject.Discover Method
Discovers any dependencies. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function Discover As List(Of Object)
'Usage
Dim instance As IAlienObject
Dim returnValue As List(Of Object)
returnValue = instance.Discover()
List<Object> Discover()
List<Object^>^ Discover()
abstract Discover : unit -> List<Object>
function Discover() : List<Object>
Return Value
Type: System.Collections.Generic.List<Object>
A List<T> object that contains all the discovered dependencies.