다음을 통해 공유


AggregationMethodDefinition.Custom(String) 메서드

정의

레이블에서 사용자 지정 메서드 정의를 만듭니다.

public static Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition Custom (string customMethodLabel);
static member Custom : string -> Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition
Public Shared Function Custom (customMethodLabel As String) As AggregationMethodDefinition

매개 변수

customMethodLabel
String

사용자 지정 메서드 정의를 호출할 레이블입니다.

반환

만든 사용자 지정 메서드입니다.

적용 대상