Interfaccia ISfcReferenceCollectionResolver<T, S>
Provides a generic interface for resolving from a source to an enumerable target.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Interface ISfcReferenceCollectionResolver(Of T, S) _
Inherits ISfcReferenceCollectionResolver
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The element type of the target enumeration.
- S
The type of the source object to resolve from.
Metodi
Nome | Descrizione | |
---|---|---|
ResolveCollection(Object, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. Ereditato da ISfcReferenceCollectionResolver. | |
ResolveCollection(S, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata