Share via


SqlSmoObject.Discover 方法

Discovers a list of type Object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function Discover As List(Of Object)
用法
Dim instance As SqlSmoObject 
Dim returnValue As List(Of Object)

returnValue = instance.Discover()
public List<Object> Discover()
public:
List<Object^>^ Discover()
member Discover : unit -> List<Object> 
public function Discover() : List<Object>

返回值

类型:System.Collections.Generic.List<Object>
A generic list of type Object.

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间