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.
Resolves a strongly-typed target enumerable from the given source instance.
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 Function ResolveCollection(Of T, S) ( _
instance As S _
) As IEnumerable(Of T)
'Uso
Dim instance As SfcMetadataRelation
Dim instance As S
Dim returnValue As IEnumerable(Of T)
returnValue = instance.ResolveCollection(instance)
public IEnumerable<T> ResolveCollection<T, S>(
S instance
)
public:
generic<typename T, typename S>
IEnumerable<T>^ ResolveCollection(
S instance
)
member ResolveCollection :
instance:'S -> IEnumerable<'T>
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The type of the target enumeration.
- S
The type of the source instance.
Parámetros
- instance
Tipo: S
The source instance to resolve for.
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<T>
The resolved target values enumeration.
Vea también
Referencia
Sobrecarga de ResolveCollection
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata