Propriedade do RDL SfcProxyInstance<K, T, TRef>.Reference
Gets the instance that this proxy refers to.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Reference As TRef
Get
'Uso
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
Valor da propriedade
Tipo: TRef
The instance that this proxy refers to.