Server.EnumActiveGlobalTraceFlags Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerate all active global trace flags set for SQL Instance and return them as DataTable. Returns the output of DBCC TRACESTATUS (-1)
public System.Data.DataTable EnumActiveGlobalTraceFlags();
member this.EnumActiveGlobalTraceFlags : unit -> System.Data.DataTable
Public Function EnumActiveGlobalTraceFlags () As DataTable