ISfcReferenceCollectionResolver<T,S> Interface
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 an enumerable target.
public interface ISfcReferenceCollectionResolver<T,S> : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver
type ISfcReferenceCollectionResolver<'T, 'S> = interface
interface ISfcReferenceCollectionResolver
Public Interface ISfcReferenceCollectionResolver(Of T, S)
Implements ISfcReferenceCollectionResolver
- T
The element type of the target enumeration.
- S
The type of the source object to resolve from.
- Implements
Resolve |
(Inherited from ISfcReferenceCollectionResolver) |
Resolve |