Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides a generic interface for resolving from a source to an enumerable target.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Interface ISfcReferenceCollectionResolver(Of T, S) _
Inherits ISfcReferenceCollectionResolver
'Uso
Dim instance As ISfcReferenceCollectionResolver(Of T, S)
public interface ISfcReferenceCollectionResolver<T, S> : ISfcReferenceCollectionResolver
generic<typename T, typename S>
public interface class ISfcReferenceCollectionResolver : ISfcReferenceCollectionResolver
type ISfcReferenceCollectionResolver<'T, 'S> =
interface
interface ISfcReferenceCollectionResolver
end
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The element type of the target enumeration.
- S
The type of the source object to resolve from.
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
ResolveCollection(Object, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. (Se hereda de ISfcReferenceCollectionResolver.) |
![]() |
ResolveCollection(S, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
.gif)