ISfcReferenceCollectionResolver<T,S> Interface

Definition

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

Type Parameters

T

The element type of the target enumeration.

S

The type of the source object to resolve from.

Implements

Methods

ResolveCollection(Object, Object[]) (Inherited from ISfcReferenceCollectionResolver)
ResolveCollection(S, Object[])

Applies to