Association.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets an Association object given its ID.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function GetById ( _
metadataObjectId As UInteger _
) As Association
'Utilisation
Dim metadataObjectId As UInteger
Dim returnValue As Association
returnValue = Association.GetById(metadataObjectId)
public static Association GetById (
uint metadataObjectId
)
Paramètres
- metadataObjectId
The ID of the Association object.
Valeur de retour
An Association object.
Voir aussi
Référence
Association, classe
Membres Association
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms