Freigeben über


IAlienObject.Discover-Methode

Discovers any dependencies. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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>

Rückgabewert

Typ: System.Collections.Generic.List<Object>
A List<T> object that contains all the discovered dependencies.

Siehe auch

Verweis

IAlienObject Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace