Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.