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 Parameters

T

The element type of the target enumeration.

S

The type of the source object to resolve from.

Implements

Methods

Applies to