Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Action | Gets the SfcDependency action. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Add<T>(SfcDependencyDirection, IEnumerable<T>, SfcTypeRelation, Boolean) | Add a directional reference from this object to each of the target objects or key chains. |
Top