ソリューション成果物: CustomerSubscription.xml
最終更新日: 2010年4月19日
適用対象: SharePoint Server 2010
このトピックでは、Customer Orders 宣言型 Outlook ソリューションで使用される CustomerSubscription ファイルの内容を示します。
<?xml version="1.0" encoding="utf-8"?>
<Subscription LobSystemInstanceName="AdventureWorksContosoLOBInstance" EntityNamespace="AdventureWorksContoso" EntityName="Customer" Name="AdventureWorksContosoCustomerSubscription" View="GetCustomerById" IsCached="true" RefreshIntervalInMinutes="360" xmlns="https://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">
<Queries>
<Query Name="AdventureWorksContosoCustomerQuery" MethodInstanceName="GetCustomers" DefaultDisplayName="Customer Read List" RefreshIntervalInMinutes="180" IsCached="true" Enabled="true" />
</Queries>
<Associations>
<Association Name="GetOrdersForCustomer" MethodInstanceName="GetOrdersForCustomer" TargetSubscriptionName="AdventureWorksContosoOrderHeaderSubscription" TargetView="GetSalesOrderHeaderById" LobSystemInstanceName="AdventureWorksContosoLOBInstance" RefreshIntervalInMinutes="60"/>
</Associations>
</Subscription>