ISfcDiscoverObject Interface
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcDiscoverObject
'Usage
Dim instance As ISfcDiscoverObject
public interface ISfcDiscoverObject
public interface class ISfcDiscoverObject
type ISfcDiscoverObject = interface end
public interface ISfcDiscoverObject
The ISfcDiscoverObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
Discover | Allows the object to indicate relationships for dependency discovery requests via the passed sink. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top