ISfcReferenceResolver<T,S> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generic interface for resolving from a source to a single target.
public interface ISfcReferenceResolver<T,S> : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceResolver
type ISfcReferenceResolver<'T, 'S> = interface
interface ISfcReferenceResolver
Public Interface ISfcReferenceResolver(Of T, S)
Implements ISfcReferenceResolver
Type Parameters
- T
The type of the target object.
- S
The type of the source object to resolve from.
- Implements
Methods
Resolve(Object, Object[]) | (Inherited from ISfcReferenceResolver) |
Resolve(S, Object[]) |