Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Discovers any dependencies. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function Discover As List(Of Object)
Implements IAlienObject.Discover
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Collections.Generic.List<Object>
A List<T> object that contains all the discovered dependencies.