다음을 통해 공유


EdmFunction.IsComposableAttribute 속성

정의

이 인스턴스가 함수에 매핑되는지 또는 저장 프로시저에 매핑되는지를 가져오거나 설정합니다.

public:
 property bool IsComposableAttribute { bool get(); };
public bool IsComposableAttribute { get; }
member this.IsComposableAttribute : bool
Public ReadOnly Property IsComposableAttribute As Boolean

속성 값

이 인스턴스가 함수로 매핑되면 true이고, 이 인스턴스가 저장 프로시저로 매핑되면 false입니다.

적용 대상