Condividi tramite


Proprietà ResourceAssociationSet.End2

Ottiene l'entità finale di destinazione del set di associazioni.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property End2 As ResourceAssociationSetEnd
    Get
'Utilizzo
Dim instance As ResourceAssociationSet
Dim value As ResourceAssociationSetEnd

value = instance.End2
public ResourceAssociationSetEnd End2 { get; }
public:
property ResourceAssociationSetEnd^ End2 {
    ResourceAssociationSetEnd^ get ();
}
member End2 : ResourceAssociationSetEnd
function get End2 () : ResourceAssociationSetEnd

Valore proprietà

Tipo: System.Data.Services.Providers.ResourceAssociationSetEnd
ResourceAssociationSetEnd che è all'entità finale di destinazione del set di associazioni.

Vedere anche

Riferimento

ResourceAssociationSet Classe

Spazio dei nomi System.Data.Services.Providers