다음을 통해 공유


Session.TrackCausality 속성

Gets or sets a Boolean value indicating whether the TrackCausality object is activated.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property TrackCausality As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Session 
Dim value As Boolean 

value = instance.TrackCausality

instance.TrackCausality = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public bool TrackCausality { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property bool TrackCausality {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member TrackCausality : bool with get, set
function get TrackCausality () : boolean 
function set TrackCausality (value : boolean)

속성 값

유형: System.Boolean
Returns True if TrackCausality object is active, otherwise False.

참고 항목

참조

Session 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스