SharepointListAdapter2.QueryThisFormOnly 屬性
了解查詢作業是否僅套用至目前的表單。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(11)> _
ReadOnly Property QueryThisFormOnly As Boolean
'用途
Dim instance As SharepointListAdapter2
Dim value As Boolean
value = instance.QueryThisFormOnly
[DispIdAttribute(11)]
bool QueryThisFormOnly { get; }
屬性值
如果查詢僅套用至目前的表單為 true,否則為 false。
備註
當表單屬於 SharePoint 工作流程的一部分時,查詢作業只會套用至目前的表單。這個屬性 (Property) 值會對應至表單範本之表單定義檔 (.xsf) 中 xsf:extensions/xsf:extension/xsf2:solutionDefinition/xsf2:solutionDefinition/xsf2:dataConnections/xsf2:sharePointListAdapterExt/ 元素的 queryThisFormOnly 屬性 (Attribute) 值。
請參閱
參考
SharepointListAdapter2 介面
SharepointListAdapter2 成員
Microsoft.Office.Interop.InfoPath 命名空間