Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft die ResourceAssociationSet-Instanz ab wenn das Quellenzuweisungsende gegeben ist.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetResourceAssociationSet ( _
resourceSet As ResourceSet, _
resourceType As ResourceType, _
resourceProperty As ResourceProperty _
) As ResourceAssociationSet
'Usage
Dim instance As IDataServiceMetadataProvider
Dim resourceSet As ResourceSet
Dim resourceType As ResourceType
Dim resourceProperty As ResourceProperty
Dim returnValue As ResourceAssociationSet
returnValue = instance.GetResourceAssociationSet(resourceSet, _
resourceType, resourceProperty)
ResourceAssociationSet GetResourceAssociationSet(
ResourceSet resourceSet,
ResourceType resourceType,
ResourceProperty resourceProperty
)
ResourceAssociationSet^ GetResourceAssociationSet(
ResourceSet^ resourceSet,
ResourceType^ resourceType,
ResourceProperty^ resourceProperty
)
abstract GetResourceAssociationSet :
resourceSet:ResourceSet *
resourceType:ResourceType *
resourceProperty:ResourceProperty -> ResourceAssociationSet
function GetResourceAssociationSet(
resourceSet : ResourceSet,
resourceType : ResourceType,
resourceProperty : ResourceProperty
) : ResourceAssociationSet
Parameter
- resourceSet
Typ: System.Data.Services.Providers.ResourceSet
Ressourcensatz des Quellenzuweisungsendes.
- resourceType
Typ: System.Data.Services.Providers.ResourceType
Ressourcentyp des Quellenzuweisungsendes.
- resourceProperty
Typ: System.Data.Services.Providers.ResourceProperty
Ressourceneigenschaft des Quellenzuweisungsendes.
Rückgabewert
Typ: System.Data.Services.Providers.ResourceAssociationSet
Eine ResourceAssociationSet-Instanz.