다음을 통해 공유


EdmFunctionPayload.IsFunctionImport 속성

정의

이 함수가 함수 가져오기인지 여부를 가져오거나 설정합니다.

public Nullable<bool> IsFunctionImport { get; set; }
member this.IsFunctionImport : Nullable<bool> with get, set
Public Property IsFunctionImport As Nullable(Of Boolean)

속성 값

이 함수가 함수 가져오기이면 true이고, 그렇지 않으면 false입니다.

적용 대상