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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function Resolve ( _
instance As Object _
) As Object
'Usage
Dim instance As SfcReferenceAttribute
Dim instance As Object
Dim returnValue As Object
returnValue = instance.Resolve(instance)
public Object Resolve(
Object instance
)
public:
Object^ Resolve(
Object^ instance
)
member Resolve :
instance:Object -> Object
public function Resolve(
instance : Object
) : Object
Parameters
- instance
Type: System.Object
The source instance to resolve from.
Return Value
Type: System.Object
The resolved target instance.