SfcReferenceCollectionResolverFactoryDelegate Delegate
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.
Reference resolver factory delegate type called to obtain an enumerable target references resolver interface.
public delegate Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver SfcReferenceCollectionResolverFactoryDelegate(string[] parameters);
type SfcReferenceCollectionResolverFactoryDelegate = delegate of string[] -> ISfcReferenceCollectionResolver
Public Delegate Function SfcReferenceCollectionResolverFactoryDelegate(parameters As String()) As ISfcReferenceCollectionResolver
Parameters
- parameters
- String[]
Any parameters needed for the resolver method.
Return Value
The resolver interface which can be used to resolve from a source to a target enumeration.