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.
Interface for resolving from a source to a single target.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcReferenceResolver
'Usage
Dim instance As ISfcReferenceResolver
public interface ISfcReferenceResolver
public interface class ISfcReferenceResolver
type ISfcReferenceResolver = interface end
public interface ISfcReferenceResolver
The ISfcReferenceResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Resolve | Resolves from a source to a single target. |
Top