ISfcReferenceCollectionResolver<T, S> Interface

 

Provides a generic interface for resolving from a source to an enumerable target.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

generic<typename T, typename S>
public interface class ISfcReferenceCollectionResolver : ISfcReferenceCollectionResolver

Type Parameters

T

The element type of the target enumeration.

S

The type of the source object to resolve from.

NameDescription
System_CAPS_pubmethodResolveCollection(S, array<Object^>^)

Resolves a strongly-typed target enumerable from the given source object.

System_CAPS_pubmethodResolveCollection(Object^, array<Object^>^)

Resolves a strongly-typed target enumerable from the given source object.(Inherited from ISfcReferenceCollectionResolver.)

Return to top
Show: