Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Resolve a target enumerable from the given source object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function ResolveCollection ( _
instance As Object _
) As IEnumerable
'Usage
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
Parameters
- instance
Type: System.Object
The source instance to resolve from.
Return Value
Type: System.Collections.IEnumerable
The resolved target enumerable.