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.