Web.GetAppBdcCatalog 方法

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.

命名空间:  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 GetAppBdcCatalog As AppBdcCatalog
用法
Dim instance As Web
Dim returnValue As AppBdcCatalog

returnValue = instance.GetAppBdcCatalog()
public AppBdcCatalog GetAppBdcCatalog()

返回值

类型:Microsoft.BusinessData.MetadataModel.AppBdcCatalog
The BDC MetadataCatalog deployed on the site.

备注

This method should be called on the Web object that represents the site for the application.

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间