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 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.