ISfcReferenceResolver<T, S> Interface

 

Represents the custom resolver interface.

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 ISfcReferenceResolver : ISfcReferenceResolver

Type Parameters

T

The type of the source object to resolve from.

S

The type of the target object.

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

Resolves from a source to a single target.

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

Resolves from a source to a single target.(Inherited from ISfcReferenceResolver.)

Return to top
Show: