DbccStatement.ParenthesisRequired Property   
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.
If true, means that empty parenthesis required even if there were no literals (weird - but used by tracestatus)
public bool ParenthesisRequired { get; set; }
	member this.ParenthesisRequired : bool with get, set
	Public Property ParenthesisRequired As Boolean