FunctionAttribute.IsComposable 속성

정의

메서드가 함수에 매핑되는지 저장 프로시저에 매핑되는지 여부를 가져오거나 설정합니다.

public:
 property bool IsComposable { bool get(); void set(bool value); };
public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean

속성 값

true 함수인 경우 false 저장 프로시저인 경우

적용 대상