ExecuteStatement public class ExecuteStatement : TSqlStatement Represents the EXECUTE T-SQL statement Documentation Code public ExecuteSpecification ExecuteSpecification { get; set; } The execute specification public IList<ExecuteOption> Options { get; } The execute options public ExecuteStatement()