Partager via


Propriété SfcProxyInstance<K, T, TRef>.Reference

Gets the instance that this proxy refers to.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Reference As TRef
    Get
'Utilisation
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

Valeur de propriété

Type : TRef
The instance that this proxy refers to.

Voir aussi

Référence

SfcProxyInstance<K, T, TRef> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc