共用方式為


SqlSmoObject.IAlienObject.Discover 方法

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

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

語法

'宣告
Private Function Discover As List(Of Object)
    Implements IAlienObject.Discover
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

傳回值

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

實作

IAlienObject.Discover()

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間