SfcReferenceAttribute.Resolve Method (Object)

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.

See Also

Reference

SfcReferenceAttribute Class

Resolve Overload

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace