Метод Web.GetAppBdcCatalogForAppInstance
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. This method should be called on the Web object where the application is installed.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Function GetAppBdcCatalogForAppInstance ( _
appInstanceId As Guid _
) As AppBdcCatalog
'Применение
Dim instance As Web
Dim appInstanceId As Guid
Dim returnValue As AppBdcCatalog
returnValue = instance.GetAppBdcCatalogForAppInstance(appInstanceId)
public AppBdcCatalog GetAppBdcCatalogForAppInstance(
Guid appInstanceId
)
Параметры
appInstanceId
Тип: System.GuidThe identifier of the app instance.
Возвращаемое значение
Тип: Microsoft.BusinessData.MetadataModel.AppBdcCatalog
The BDC MetadataCatalog deployed on the site for the application.
Замечания
It must not be an empty GUID.