SfcReferenceResolverFactoryDelegate 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 a single target reference resolver interface.
public delegate Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceResolver SfcReferenceResolverFactoryDelegate(string[] parameters);
type SfcReferenceResolverFactoryDelegate = delegate of string[] -> ISfcReferenceResolver
Public Delegate Function SfcReferenceResolverFactoryDelegate(parameters As String()) As ISfcReferenceResolver
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.