EnvironmentInfo.ISfcDiscoverObject.Discover Method

Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script.

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 EnvironmentInfo 
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

Implements

ISfcDiscoverObject.Discover(ISfcDependencyDiscoveryObjectSink)

See Also

Reference

EnvironmentInfo Class

Microsoft.SqlServer.Management.IntegrationServices Namespace