Web.GetAppBdcCatalog - Méthode
Returns the Business Data Connectivity (BDC) MetadataCatalog for an application that gives access to the external content types defined in the BDC metadata model packaged by the application.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetAppBdcCatalog As AppBdcCatalog
'Utilisation
Dim instance As Web
Dim returnValue As AppBdcCatalog
returnValue = instance.GetAppBdcCatalog()
public AppBdcCatalog GetAppBdcCatalog()
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.AppBdcCatalog
The BDC MetadataCatalog deployed on the site.
Remarques
This method should be called on the Web object that represents the site for the application.