共用方式為


IAlienObject.Discover 方法

Discovers any dependencies. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Function Discover As List(Of Object)
'用途
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>

傳回值

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

請參閱

參考

IAlienObject 介面

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間