다음을 통해 공유


ODataServiceDocument.FunctionImports 속성

정의

서비스 문서에서 함수 가져오기 집합을 가져오거나 설정합니다.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataFunctionImportInfo> FunctionImports { get; set; }
member this.FunctionImports : seq<Microsoft.OData.ODataFunctionImportInfo> with get, set
Public Property FunctionImports As IEnumerable(Of ODataFunctionImportInfo)

속성 값

서비스 문서에서 가져오는 함수 집합입니다.

적용 대상