Partilhar via


Método SfcProxyInstance<K, T, TRef>.GetReferenceImpl

Gets the referenced object based on the proxy.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Protected MustOverride Function GetReferenceImpl As TRef
'Uso
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

Valor de retorno

Tipo: TRef
The referenced object based on the proxy.

Consulte também

Referência

SfcProxyInstance<K, T, TRef> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc