Metodo SfcReferenceCollectionAttribute.ResolveCollection (Object)
Resolve a target enumerable from the given source object.
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 Function ResolveCollection ( _
instance As Object _
) As IEnumerable
'Utilizzo
Dim instance As SfcReferenceCollectionAttribute
Dim instance As Object
Dim returnValue As IEnumerable
returnValue = instance.ResolveCollection(instance)
public IEnumerable ResolveCollection(
Object instance
)
public:
IEnumerable^ ResolveCollection(
Object^ instance
)
member ResolveCollection :
instance:Object -> IEnumerable
public function ResolveCollection(
instance : Object
) : IEnumerable
Parametri
- instance
Tipo: System.Object
The source instance to resolve from.
Valore restituito
Tipo: System.Collections.IEnumerable
The resolved target enumerable.
Vedere anche
Riferimento
SfcReferenceCollectionAttribute Classe
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata