Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the source end of the association set.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property End1 As ResourceAssociationSetEnd
Get
'Usage
Dim instance As ResourceAssociationSet
Dim value As ResourceAssociationSetEnd
value = instance.End1
public ResourceAssociationSetEnd End1 { get; }
public:
property ResourceAssociationSetEnd^ End1 {
ResourceAssociationSetEnd^ get ();
}
member End1 : ResourceAssociationSetEnd
function get End1 () : ResourceAssociationSetEnd
Property Value
Type: System.Data.Services.Providers.ResourceAssociationSetEnd
ResourceAssociationSetEnd that is at the source end of the association set.