ISfcDependencyDiscoveryObjectSink 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 ISfcDependencyDiscoveryObjectSink
'Usage
Dim instance As ISfcDependencyDiscoveryObjectSink
public interface ISfcDependencyDiscoveryObjectSink
public interface class ISfcDependencyDiscoveryObjectSink
type ISfcDependencyDiscoveryObjectSink =  interface end
public interface ISfcDependencyDiscoveryObjectSink

The ISfcDependencyDiscoveryObjectSink type exposes the following members.

Properties

  Name Description
Public property Action Gets the SfcDependency action. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Add<T>(SfcDependencyDirection, IEnumerable<T>, SfcTypeRelation, Boolean) Add a directional reference from this object to each of the target objects or key chains.

Top

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace