Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the referenced object based on the proxy.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Function GetReferenceImpl As TRef
'Usage
Dim returnValue As TRef
returnValue = Me.GetReferenceImpl()
protected abstract TRef GetReferenceImpl()
protected:
virtual TRef GetReferenceImpl() abstract
abstract GetReferenceImpl : unit -> 'TRef
protected abstract function GetReferenceImpl() : TRef
Return Value
Type: TRef
The referenced object based on the proxy.