Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Discovers an ObjectSet and adds it to the sink object identified by the parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Sub Discover ( _
sink As ISfcDependencyDiscoveryObjectSink _
)
'Usage
Dim instance As ObjectSet
Dim sink As ISfcDependencyDiscoveryObjectSink
instance.Discover(sink)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public override void Discover(
ISfcDependencyDiscoveryObjectSink sink
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
virtual void Discover(
ISfcDependencyDiscoveryObjectSink^ sink
) override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract Discover :
sink:ISfcDependencyDiscoveryObjectSink -> unit
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override Discover :
sink:ISfcDependencyDiscoveryObjectSink -> unit
public override function Discover(
sink : ISfcDependencyDiscoveryObjectSink
)
Parameters
- sink
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDependencyDiscoveryObjectSink
A ISfcDependencyDiscoveryObjectSink object.
Implements
ISfcDiscoverObject.Discover(ISfcDependencyDiscoveryObjectSink)