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.
Resolves a single target instance from the given source instance.
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 SfcMetadataRelation
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 for.
Return Value
Type: System.Collections.IEnumerable
The resolved target instance.