Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Specifies whether to discover children.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Sub Discover ( _
sink As ISfcDependencyDiscoveryObjectSink _
) Implements ISfcDiscoverObject.Discover
'Usage
Dim instance As PackageInfo
Dim sink As ISfcDependencyDiscoveryObjectSink
CType(instance, ISfcDiscoverObject).Discover(sink)
void ISfcDiscoverObject.Discover(
ISfcDependencyDiscoveryObjectSink sink
)
private:
virtual void Discover(
ISfcDependencyDiscoveryObjectSink^ sink
) sealed = ISfcDiscoverObject::Discover
private abstract Discover :
sink:ISfcDependencyDiscoveryObjectSink -> unit
private override Discover :
sink:ISfcDependencyDiscoveryObjectSink -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- sink
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDependencyDiscoveryObjectSink
The object children.
Implements
ISfcDiscoverObject.Discover(ISfcDependencyDiscoveryObjectSink)
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace