Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Interface ISfcReferenceResolver(Of T, S) _
Inherits ISfcReferenceResolver
'Usage
Dim instance As ISfcReferenceResolver(Of T, S)
public interface ISfcReferenceResolver<T, S> : ISfcReferenceResolver
generic<typename T, typename S>
public interface class ISfcReferenceResolver : ISfcReferenceResolver
type ISfcReferenceResolver<'T, 'S> =
interface
interface ISfcReferenceResolver
end
JScript does not support generic types and methods.
Type Parameters
- T
The type of the source object to resolve from.
- S
The type of the target object.
Methods
Name | Description | |
---|---|---|
![]() |
Resolve(Object, array<Object[]) | Resolves from a source to a single target. (Inherited from ISfcReferenceResolver.) |
![]() |
Resolve(S, array<Object[]) | Resolves from a source to a single target. |
Top