Share via


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 命名空间