다음을 통해 공유


ServiceAction.ResultSetPathExpression 속성

함수에서 엔터티 또는 엔터티 컬렉션을 반환하는 경우 함수의 결과 리소스 집합을 계산할 경로 식을 가져오거나 설정합니다.

네임스페이스:  System.Data.Services.Providers
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public ReadOnly Property ResultSetPathExpression As ResourceSetPathExpression
    Get
‘사용 방법
Dim instance As ServiceAction
Dim value As ResourceSetPathExpression

value = instance.ResultSetPathExpression
public ResourceSetPathExpression ResultSetPathExpression { get; }
public:
property ResourceSetPathExpression^ ResultSetPathExpression {
    ResourceSetPathExpression^ get ();
}
member ResultSetPathExpression : ResourceSetPathExpression
function get ResultSetPathExpression () : ResourceSetPathExpression

속성 값

유형: System.Data.Services.Providers.ResourceSetPathExpression
계산할 경로 식입니다.

참고 항목

참조

ServiceAction 클래스

System.Data.Services.Providers 네임스페이스