다음을 통해 공유


MsmqElementBase.UseMsmqTracing 속성

정의

이 바인딩에서 처리하는 메시지의 추적 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool UseMsmqTracing { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useMsmqTracing", DefaultValue=false)]
public bool UseMsmqTracing { get; set; }
[<System.Configuration.ConfigurationProperty("useMsmqTracing", DefaultValue=false)>]
member this.UseMsmqTracing : bool with get, set
Public Property UseMsmqTracing As Boolean

속성 값

Boolean

이 바인딩에서 처리하는 메시지를 추적해야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

추적 기능을 사용하면 메시지 큐(또는 MSMQ)를 실행하는 컴퓨터에서 메시지를 보내거나 받을 때마다 보고서 메시지가 작성된 후 보고서 큐에 전송됩니다.

적용 대상