다음을 통해 공유


SharepointListQueryConnection.QueryThisFormOnly 속성

참고: 이 API는 이제 사용되지 않습니다.

쿼리 작업을 현재 양식에만 적용할지 여부를 가져옵니다.

네임스페이스:  Microsoft.Office.InfoPath
어셈블리:  Microsoft.Office.InfoPath(Microsoft.Office.InfoPath.dll)

구문

‘선언
<ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")> _
Public MustOverride ReadOnly Property QueryThisFormOnly As Boolean
    Get
‘사용 방법
Dim instance As SharepointListQueryConnection
Dim value As Boolean

value = instance.QueryThisFormOnly
[ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")]
public abstract bool QueryThisFormOnly { get; }

속성 값

형식: System.Boolean
true이면 쿼리가 현재 양식에만 적용되고 false이면 그렇지 않습니다.

주의

양식이 SharePoint 워크플로의 일부인 경우 쿼리 작업이 현재 양식에만 적용됩니다. 이 속성의 값은 양식 서식 파일의 양식 정의 파일(.xsf)에서 xsf:extensions/xsf:extension/xsf2:solutionDefinition/xsf2:solutionDefinition/xsf2:dataConnections/xsf2:sharePointListAdapterExt/ 요소의 queryThisFormOnly 특성 값에 해당합니다.

이 멤버는 현재 열려 있는 양식과 같은 도메인에서 실행하는 양식 또는 도메인 간 권한이 부여된 양식에서만 액세스할 수 있습니다.

이 형식 또는 멤버는 Microsoft InfoPath Filer 또는 웹 브라우저에서 연 양식에서 실행되는 코드에서 액세스할 수 있습니다.

참고 항목

참조

SharepointListQueryConnection 클래스

SharepointListQueryConnection 멤버

Microsoft.Office.InfoPath 네임스페이스