Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the instance that this proxy refers to.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Reference As TRef
Get
'Usage
Dim instance As SfcProxyInstance
Dim value As TRef
value = instance.Reference
public TRef Reference { get; }
public:
property TRef Reference {
TRef get ();
}
member Reference : 'TRef
function get Reference () : TRef
Property Value
Type: TRef
The instance that this proxy refers to.