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.Guid

    The 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.

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间